projects
/
scpubgit/HTML-String.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
72ee582
)
correct NAME
Matt S Trout [Thu, 29 Aug 2013 13:02:26 +0000 (13:02 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
853c354
..
7987571
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,7
+6,7
@@
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'HTML-String',
+ NAME => 'HTML::String',
VERSION_FROM => 'lib/HTML/String.pm',
PREREQ_PM => {
'Safe::Isa' => 1,