packaging stuff
Jesse Luehrs [Wed, 10 Jul 2013 22:27:39 +0000 (18:27 -0400)]
.gitignore
.travis.yml [new file with mode: 0644]
dist.ini
lib/Eval/Closure.pm
weaver.ini [deleted file]

index 40654f4..ff49922 100644 (file)
@@ -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 (file)
index 0000000..e9f133b
--- /dev/null
@@ -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
index 75234df..0c17480 100644 (file)
--- 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]
index 3a5a2cf..47a5f84 100644 (file)
@@ -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 (file)
index 4525587..0000000
+++ /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]