From: Stevan Little <stevan.little@iinteractive.com>
Date: Sat, 14 Jun 2008 01:45:57 +0000 (+0000)
Subject: some little things and stuff
X-Git-Tag: 0_64~16
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70ad065503e9bd1793cbc107741830d0dcb52a65;p=gitmo%2FClass-MOP.git

some little things and stuff
---

diff --git a/Changes b/Changes
index 8d6fe74..47bfd6b 100644
--- 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
diff --git a/Makefile.PL b/Makefile.PL
index 810268c..3ae0fb4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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';
diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm
index 0ce8eeb..86579c6 100644
--- a/lib/Class/MOP.pm
+++ b/lib/Class/MOP.pm
@@ -16,6 +16,7 @@ use Class::MOP::Method;
 use Class::MOP::Immutable;
 
 BEGIN {
+    
     our $VERSION   = '0.61';
     our $AUTHORITY = 'cpan:STEVAN';    
     
diff --git a/lib/Class/MOP/Method/Constructor.pm b/lib/Class/MOP/Method/Constructor.pm
index 7cfa068..e7988d4 100644
--- a/lib/Class/MOP/Method/Constructor.pm
+++ b/lib/Class/MOP/Method/Constructor.pm
@@ -160,8 +160,6 @@ sub _generate_slot_initializer {
 
 1;
 
-1;
-
 __END__
 
 =pod