projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a023763
)
some little things and stuff
Stevan Little [Sat, 14 Jun 2008 01:45:57 +0000 (
01:45
+0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Class/MOP.pm
patch
|
blob
|
blame
|
history
lib/Class/MOP/Method/Constructor.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/Makefile.PL
b/Makefile.PL
index
810268c
..
3ae0fb4
100644
(file)
--- 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
(file)
--- 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
(file)
--- 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