summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-21 10:01:05 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-21 10:01:05 -0400
commit789a4672cc0225d01973250305982c0f8565accf (patch)
treeb7c9f87fc637404ddf11991cf90d74c4ee79b921
parentf9d7424efdbbb371b91ec1ffa68b49ac4d9c6679 (diff)
downloaddist-checkconflicts-789a4672cc0225d01973250305982c0f8565accf.tar.gz
dist-checkconflicts-789a4672cc0225d01973250305982c0f8565accf.zip
packaging stuff
-rw-r--r--.gitignore6
-rw-r--r--dist.ini12
-rw-r--r--lib/Dist/CheckConflicts.pm19
-rw-r--r--weaver.ini26
4 files changed, 19 insertions, 44 deletions
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<http://annocpan.org/dist/Dist-CheckConflicts>
-
-=item * CPAN Ratings
-
-L<http://cpanratings.perl.org/d/Dist-CheckConflicts>
+L<https://metacpan.org/release/Dist-CheckConflicts>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-CheckConflicts>
-=item * Search CPAN
+=item * Github
-L<http://search.cpan.org/dist/Dist-CheckConflicts>
+L<https://github.com/doy/dist-checkconflicts>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/Dist-CheckConflicts>
=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]