projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8bb24cf
)
fix NAME entry in Makefile.PL (RT#84211)
Karen Etheridge [Tue, 26 Mar 2013 04:06:02 +0000 (21:06 -0700)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ccb8f1f
..
b12c9ff
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,5
@@
+ - fix NAME in Makefile.PL (RT#84211)
+
1.001000 - 2012-05-12
- add unimport::out_of
diff --git
a/Makefile.PL
b/Makefile.PL
index
e973649
..
f595a04
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,7
+5,7
@@
use ExtUtils::MakeMaker;
(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
WriteMakefile(
- NAME => 'Import-Into',
+ NAME => 'Import::Into',
VERSION_FROM => 'lib/Import/Into.pm',
PREREQ_PM => { },
LICENSE => 'perl',