projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0e265a3
)
correct dist name
Matt S Trout [Thu, 3 May 2012 20:14:47 +0000 (20:14 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3ffa760
..
d3b642d
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,2
+1,4
@@
+ - correct NAME in Makefile.PL
+
1.000000 - 2012-05-03
- initial release
diff --git
a/Makefile.PL
b/Makefile.PL
index
f595a04
..
e973649
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',