Skip to content

Commit

Permalink
tweak build configs
Browse files Browse the repository at this point in the history
- remove unused plugins ExecDir and ShareDir (no script, bin, share dirs present)
- produce a Makefile.PL instead of Build.PL (Module::Build is best
  avoided when possible)
- keep dist.ini in shipped dist (makes it possible to use grep.cpan.me
  to find certain configs in use)
  • Loading branch information
karenetheridge committed Feb 6, 2017
1 parent 787b567 commit 71cc560
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dist.ini
Expand Up @@ -17,9 +17,7 @@ bugtracker = http://github.com/semifor/Net-Twitter/issues
[MetaYAML]
[License]
[ExtraTests]
[ExecDir]
[ShareDir]
[ModuleBuild]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
Expand All @@ -37,7 +35,6 @@ directory = src
directory = examples

[PruneFiles]
filename = dist.ini
filename = README.md
match = ^nytprof.*
match = ^perl5
Expand All @@ -54,7 +51,7 @@ LWP::Protocol::https = 0
IO::Socket::SSL = >=2.005

[Prereqs / TestRequires]
Test::Simple = 0.98
Test::More = 0.98
Test::Fatal = 0

[PodSyntaxTests]
Expand Down

0 comments on commit 71cc560

Please sign in to comment.