diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-15 20:03:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-15 20:03:28 +0000 |
commit | c0d8608835372f57ea08949bb5269ea6234ee3f3 (patch) | |
tree | 23332717b7a0a991991cf2564ed2748eebc19770 /t/lib | |
parent | b8910b2b56995309bef717df9763955d40a4e5e8 (diff) | |
download | perl-c0d8608835372f57ea08949bb5269ea6234ee3f3.tar.gz |
Schizoid MANIFESTs.
p4raw-id: //depot/perl@16614
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/st-dump.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lib/st-dump.pl b/t/lib/st-dump.pl index 05028f30d8..6ce77f01ac 100644 --- a/t/lib/st-dump.pl +++ b/t/lib/st-dump.pl @@ -10,6 +10,11 @@ ;# Baseline for first official release. ;# +# NOTE THAT THIS FILE IS COPIED FROM ext/Storable/t/st-dump.pl +# TO t/lib/st-dump.pl. One could also play games with +# File::Spec->updir and catdir to get the st-dump.pl in +# ext/Storable into @INC. + sub ok { my ($num, $ok, $name) = @_; $num .= " - $name" if defined $name and length $name; |