[Rt-commit] r5764 - in Test-Chimps/trunk: .
zev at bestpractical.com
zev at bestpractical.com
Sun Aug 13 14:45:55 EDT 2006
Author: zev
Date: Sun Aug 13 14:45:54 2006
New Revision: 5764
Modified:
Test-Chimps/trunk/ (props changed)
Test-Chimps/trunk/Changes
Test-Chimps/trunk/lib/Test/Chimps.pm
Log:
r12459 at truegrounds: zev | 2006-08-08 16:12:12 -0400
* forgot package line in Test/Chimps.pm
Modified: Test-Chimps/trunk/Changes
==============================================================================
--- Test-Chimps/trunk/Changes (original)
+++ Test-Chimps/trunk/Changes Sun Aug 13 14:45:54 2006
@@ -1,5 +1,8 @@
Revision history for Test-Chimps
+0.05
+ * added package line to Test/Chimps.pm
+
0.04 Fri Jul 21 21:29:15 EDT 2006
* added dummy file to work around Module::Install bug
Modified: Test-Chimps/trunk/lib/Test/Chimps.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps.pm (original)
+++ Test-Chimps/trunk/lib/Test/Chimps.pm Sun Aug 13 14:45:54 2006
@@ -1,3 +1,5 @@
+package Test::Chimps;
+
=head1 NAME
Test::Chimps - Collaborative Heterogeneous Infinite Monkey Perfectionification Service
More information about the Rt-commit
mailing list