From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl
# 11-stringify.t
# Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
use strict;
use Test::More tests => 1;
my $tmp = Directory::Scratch->new;
is($tmp->base, "$tmp", 'tmp stringifies to its base');