projects
/
p5sagit/Safe-Isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3973f84
)
fix NAME entry in Makefile.PL (RT#84212)
Karen Etheridge [Tue, 26 Mar 2013 03:58:10 +0000 (20:58 -0700)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
913b28f
..
562f8c5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - fix NAME in Makefile.PL (RT#84212)
+
1.000002 - 2012-07-19
- Document why we don't try and handle class namesZ
- Missed another stupid doc typo (thanks MJD)
diff --git
a/Makefile.PL
b/Makefile.PL
index
1dc4da0
..
9add5bf
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,6
+5,6
@@
use ExtUtils::MakeMaker;
(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
WriteMakefile(
- NAME => 'Safe-Isa',
+ NAME => 'Safe::Isa',
VERSION_FROM => 'lib/Safe/Isa.pm',
);