Author: paultcochrane
Date: Wed Feb 14 09:00:03 2007
New Revision: 16985

Modified:
   trunk/t/codingstd/gmt_utc.t

Log:
[t] Added .pm files to list of files to search for timestamps in generated
files.


Modified: trunk/t/codingstd/gmt_utc.t
==============================================================================
--- trunk/t/codingstd/gmt_utc.t (original)
+++ trunk/t/codingstd/gmt_utc.t Wed Feb 14 09:00:03 2007
@@ -76,7 +76,7 @@
         next if !( -e $filename );
 
         push @test_files, $filename
-            if ( $filename =~ m/\.(c|h|pod|pl)$/ );
+            if ( $filename =~ m/\.(c|h|pod|pl|pm)$/ );
     }
 
     return @test_files;

Reply via email to