[Cpan-forum-commit] rev 189 - in trunk: . t/lib/CPAN/Forum
svn at pti.co.il
svn at pti.co.il
Tue Aug 29 15:15:31 IDT 2006
Author: gabor
Date: 2006-08-29 15:15:31 +0300 (Tue, 29 Aug 2006)
New Revision: 189
Modified:
trunk/
trunk/t/lib/CPAN/Forum/Test.pm
Log:
use strict and warnings in Test.pm
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11040
+ 8c4c90e1-83eb-0310-96eb-e7cb62807872:/local/cpan-forum:11041
Modified: trunk/t/lib/CPAN/Forum/Test.pm
===================================================================
--- trunk/t/lib/CPAN/Forum/Test.pm 2006-08-29 12:15:27 UTC (rev 188)
+++ trunk/t/lib/CPAN/Forum/Test.pm 2006-08-29 12:15:31 UTC (rev 189)
@@ -1,4 +1,6 @@
package CPAN::Forum::Test;
+use strict;
+use warnings;
use File::Copy qw(copy);
More information about the Cpan-forum-commit
mailing list