From: Karen Etheridge Date: Mon, 14 Jul 2014 03:27:55 +0000 (-0700) Subject: whitespace only X-Git-Tag: v0.08~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c258c98a8d55eb1b60a74bb6a13929c277fdeb11;hp=1898eaafa18ea939dfbae220d9b52d36a845b025;p=p5sagit%2FSub-Name.git whitespace only --- diff --git a/Makefile.PL b/Makefile.PL index a53161d..bc2ff86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,27 +2,27 @@ use 5.006; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Sub::Name', - VERSION_FROM => 'lib/Sub/Name.pm', - ABSTRACT_FROM => 'lib/Sub/Name.pm', - AUTHOR => 'Matthijs van Duin ', + NAME => 'Sub::Name', + VERSION_FROM => 'lib/Sub/Name.pm', + ABSTRACT_FROM => 'lib/Sub/Name.pm', + AUTHOR => 'Matthijs van Duin ', - MIN_PERL_VERSION => '5.006', - META_MERGE => { - 'meta-spec' => { version => 2 }, - dynamic_config => 0, - resources => { - repository => { - url => 'https://github.com/karenetheridge/Sub-Name.git', - web => 'https://github.com/karenetheridge/Sub-Name', - type => 'git', - }, - bugtracker => { - mailto => 'bug-Sub-Name@rt.cpan.org', - web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name', - }, + MIN_PERL_VERSION => '5.006', + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + resources => { + repository => { + url => 'https://github.com/karenetheridge/Sub-Name.git', + web => 'https://github.com/karenetheridge/Sub-Name', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Sub-Name@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Sub-Name', + }, + }, }, - }, ); package MY;