From 789a4672cc0225d01973250305982c0f8565accf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 21 Jun 2013 10:01:05 -0400 Subject: packaging stuff --- .gitignore | 6 +++++- dist.ini | 12 ++++-------- lib/Dist/CheckConflicts.pm | 19 ++++++++++--------- weaver.ini | 26 -------------------------- 4 files changed, 19 insertions(+), 44 deletions(-) delete mode 100644 weaver.ini diff --git a/.gitignore b/.gitignore index 9820713..e7d4356 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ cover_db -META.yml +META.* +MYMETA.* Makefile blib inc @@ -9,5 +10,8 @@ Makefile.old nytprof.out MANIFEST.bak *.sw[po] +.DS_Store .build Dist-CheckConflicts-* +*.bs +*.o diff --git a/dist.ini b/dist.ini index 398ef9f..b4bd509 100644 --- a/dist.ini +++ b/dist.ini @@ -4,13 +4,9 @@ license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] +:version = 0.08 dist = Dist-CheckConflicts +repository = github -[Prereqs] -List::MoreUtils = 0.12 -Sub::Exporter = 0 -perl = 5.8.1 - -[Prereqs / TestRequires] -Test::More = 0.88 -Test::Fatal = 0 +[AutoPrereqs] +skip = ^(?:Foo|Bar|Baz)(?:$|::) diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm index f422537..a3746d3 100644 --- a/lib/Dist/CheckConflicts.pm +++ b/lib/Dist/CheckConflicts.pm @@ -1,6 +1,7 @@ package Dist::CheckConflicts; use strict; use warnings; +use 5.008001; # ABSTRACT: declare version conflicts for your dist use base 'Exporter'; @@ -9,7 +10,7 @@ our @EXPORT = our @EXPORT_OK = ( ); use Carp; -use List::MoreUtils 'first_index'; +use List::MoreUtils 0.12 'first_index'; =head1 SYNOPSIS @@ -303,21 +304,21 @@ You can also look for information at: =over 4 -=item * AnnoCPAN: Annotated CPAN documentation +=item * MetaCPAN -L - -=item * CPAN Ratings - -L +L =item * RT: CPAN's request tracker L -=item * Search CPAN +=item * Github -L +L + +=item * CPAN Ratings + +L =back diff --git a/weaver.ini b/weaver.ini deleted file mode 100644 index 1107cad..0000000 --- a/weaver.ini +++ /dev/null @@ -1,26 +0,0 @@ -[@CorePrep] - -[Name] -[Version] - -[Region / prelude] - -[Generic / SYNOPSIS] -[Generic / DESCRIPTION] -[Generic / OVERVIEW] - -[Collect / ATTRIBUTES] -command = attr - -[Collect / METHODS] -command = method - -[Collect / FUNCTIONS] -command = func - -[Leftovers] - -[Region / postlude] - -[Authors] -[Legal] -- cgit v1.2.3-54-g00ecf