Skip to content

Commit

Permalink
fix Makefile.PL (RT #73468)
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Jun 22, 2012
1 parent 38041b2 commit fcd6588
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ cover_db*
*.c
*.txc
*.ttc
MYMETA.*
9 changes: 0 additions & 9 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,14 @@ inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/GithubMeta.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/ReadmeMarkdownFromPod.pm
inc/Module/Install/Repository.pm
inc/Module/Install/TestBase.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Pod/Markdown.pm
inc/Spiffy.pm
inc/Test/Base.pm
inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/YAML.pm
lib/Geo/Coordinates/Converter.pm
lib/Geo/Coordinates/Converter/Datum.pm
lib/Geo/Coordinates/Converter/Datum/Grs67.pm
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
^\.git/
\.gitignore
\.sw[po]$
^MYMETA\.yml$
^MYMETA\.yml$
MYMETA.json
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ requires 'Storable';
tests 't/*.t';
author_tests 'xt';

build_requires 'Test::Base';
build_requires 'Test::More';
test_requires 'YAML';
use_test_base;
build_requires 'YAML';

auto_set_repository;
WriteAll;

0 comments on commit fcd6588

Please sign in to comment.