[Moose-commits] r7722 - Moose/trunk

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Wed Feb 18 20:21:41 GMT 2009


Author: autarch
Date: 2009-02-18 12:21:41 -0800 (Wed, 18 Feb 2009)
New Revision: 7722

Modified:
   Moose/trunk/extract-inline-tests
Log:
Don't delete tests we didn't create


Modified: Moose/trunk/extract-inline-tests
===================================================================
--- Moose/trunk/extract-inline-tests	2009-02-18 20:20:34 UTC (rev 7721)
+++ Moose/trunk/extract-inline-tests	2009-02-18 20:21:41 UTC (rev 7722)
@@ -83,7 +83,7 @@
 
 my $target = 't/000_recipes';
 
-for my $t_file ( File::Find::Rule->file->name(qr/\.t$/)->in($target) ) {
+for my $t_file ( File::Find::Rule->file->name(qr/^moose_cookbook_\.t$/)->in($target) ) {
     unlink $t_file or die "Cannot unlink $t_file: $!";
 }
 




More information about the Moose-commits mailing list