need to fix create_files.t to pass (no tests currently being run)
[catagits/Catalyst-Devel.git] / lib / Catalyst / Helper.pm
index 37f62c0..880abf5 100644 (file)
@@ -491,9 +491,9 @@ sub get_template_files {
     while (my $file = $dh->read) {
         $file = $dir->file($file);  # Turn into Path::Class::File object
         
-        if ( $file =~ /+\.(tt|tt2)/ ) {
-            push @files, $file;
-        }
+        #if ( $file =~ /\.(tt|tt2)$/ ) {
+        #    push @files, $file;
+        #}
     }
     
     return @files;