summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 18:27:39 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 18:30:42 -0400
commite52ba3116e175dcd3232243856a23a4819cf9406 (patch)
tree420da6676454a3a33212d61950eef01645f19e4b
parent5679db8254a782b465243aa03b6fe290c7e039ff (diff)
downloadeval-closure-e52ba3116e175dcd3232243856a23a4819cf9406.tar.gz
eval-closure-e52ba3116e175dcd3232243856a23a4819cf9406.zip
packaging stuff
-rw-r--r--.gitignore6
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini20
-rw-r--r--lib/Eval/Closure.pm22
-rw-r--r--weaver.ini28
5 files changed, 38 insertions, 52 deletions
diff --git a/.gitignore b/.gitignore
index 40654f4..ff49922 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
Eval-Closure-*
+*.bs
+*.o
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e9f133b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: perl
+perl:
+ - "5.19"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+ - "5.12"
+ - "5.10"
+install:
+ - cpanm -q --notest Dist::Zilla
+ - dzil authordeps --missing | cpanm -q --notest
+ - dzil listdeps --author --missing | cpanm -q --notest
+script:
+ - dzil test --all
diff --git a/dist.ini b/dist.ini
index 75234df..0c17480 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,20 +1,20 @@
name = Eval-Closure
-author = Jesse Luehrs <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
license = Perl_5
copyright_holder = Jesse Luehrs
[@DOY]
+:version = 0.11
dist = Eval-Closure
+repository = github
+bugtracker_web = https://github.com/doy/eval-closure/issues
+bugtracker_mailto =
-[Prereqs]
-Scalar::Util = 0
-Sub::Exporter = 0
-Try::Tiny = 0
-
-[Prereqs / TestRequires]
-Test::Fatal = 0
-Test::More = 0.88
-Test::Requires = 0
+[AutoPrereqs]
+skip = ^Perl::Tidy$
+skip = ^perl$
[Prereqs / RuntimeRecommends]
Perl::Tidy = 0
+
+[ContributorsFromGit]
diff --git a/lib/Eval/Closure.pm b/lib/Eval/Closure.pm
index 3a5a2cf..47a5f84 100644
--- a/lib/Eval/Closure.pm
+++ b/lib/Eval/Closure.pm
@@ -270,9 +270,7 @@ sub _dump_source {
No known bugs.
-Please report any bugs through RT: email
-C<bug-eval-closure at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Eval-Closure>.
+Please report any bugs to GitHub Issues at L<https://github.com/doy/eval-closure/issues>.
=head1 SEE ALSO
@@ -294,27 +292,25 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Eval-Closure>
+L<https://metacpan.org/release/Reply>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Eval-Closure>
+L<https://github.com/doy/reply>
=item * RT: CPAN's request tracker
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Eval-Closure>
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Reply>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Eval-Closure>
+L<http://cpanratings.perl.org/d/Reply>
=back
-=head1 AUTHOR
-
-Jesse Luehrs <doy at tozt dot net>
+=head1 NOTES
Based on code from L<Class::MOP::Method::Accessor>, by Stevan Little and the
Moose Cabal.
diff --git a/weaver.ini b/weaver.ini
deleted file mode 100644
index 4525587..0000000
--- a/weaver.ini
+++ /dev/null
@@ -1,28 +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]
-
-[Generic / SEEALSO]
-header = SEE ALSO
-
-[Legal]