Author: coke
Date: Tue Mar 21 08:42:57 2006
New Revision: 11968

Modified:
   trunk/t/doc/pod.t

Log:
Warn users that this test is going to take a while to get started



Modified: trunk/t/doc/pod.t
==============================================================================
--- trunk/t/doc/pod.t   (original)
+++ trunk/t/doc/pod.t   Tue Mar 21 08:42:57 2006
@@ -47,6 +47,8 @@
 my $manifest     = maniread("$build_dir/MANIFEST");
 my $manifest_gen = maniread("$build_dir/MANIFEST.generated");
 
+diag "finding files with pod, this may take a minute.";
+
 foreach my $file (keys(%$manifest), keys(%$manifest_gen)) {
     $file = "$build_dir/$file";
     # skip binary files (including .pbc files)

Reply via email to