Remove O from the untested modules list.
[p5sagit/p5-mst-13.2.git] / t / lib / st-dump.pl
index 05028f3..6ce77f0 100644 (file)
 ;# 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;