some little things and stuff
Stevan Little [Sat, 14 Jun 2008 01:45:57 +0000 (01:45 +0000)]
Changes
Makefile.PL
lib/Class/MOP.pm
lib/Class/MOP/Method/Constructor.pm

diff --git a/Changes b/Changes
index 8d6fe74..47bfd6b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Class-MOP.
 
-0.61
+0.61 Fri. June 13, 2008
+    - Okay, lets give this another try and see if PAUSE 
+      recognizes it correct this time.
 
 0.60 Thurs. Jun 12, 2008
     - Fixed a version number issue by bumping all modules
index 810268c..3ae0fb4 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.65;
+use inc::Module::Install;
 
 name 'Class-MOP';
 all_from 'lib/Class/MOP.pm';
index 0ce8eeb..86579c6 100644 (file)
@@ -16,6 +16,7 @@ use Class::MOP::Method;
 use Class::MOP::Immutable;
 
 BEGIN {
+    
     our $VERSION   = '0.61';
     our $AUTHORITY = 'cpan:STEVAN';    
     
index 7cfa068..e7988d4 100644 (file)
@@ -160,8 +160,6 @@ sub _generate_slot_initializer {
 
 1;
 
-1;
-
 __END__
 
 =pod