From 1eb3b8abeef1fcf96d045b80cea1a24877545fb5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 12 Jul 2013 15:21:15 -0400 Subject: packaging stuff --- .gitignore | 5 +++-- .travis.yml | 14 ++++++++++++++ dist.ini | 8 ++++++-- lib/Package/Stash/XS.pm | 32 +++++++++----------------------- 4 files changed, 32 insertions(+), 27 deletions(-) create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index ee38f76..55c88c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,14 +3,15 @@ META.* MYMETA.* Makefile blib +inc pm_to_blib MANIFEST Makefile.old nytprof.out MANIFEST.bak *.sw[po] +.DS_Store .build -Package-Stash-* +Package-Stash-XS-* *.bs -*.c *.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 fdb9a22..c28e221 100644 --- a/dist.ini +++ b/dist.ini @@ -1,12 +1,14 @@ name = Package-Stash-XS -author = Jesse Luehrs +author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] -:version = 0.05 +:version = 0.11 dist = Package-Stash-XS repository = github +bugtracker_web = https://github.com/doy/package-stash-xs/issues +bugtracker_mailto = [AutoPrereqs] @@ -18,3 +20,5 @@ Test::LeakTrace = 0 ; dependencies and such [PruneFiles] filenames = Makefile.PL + +[ContributorsFromGit] diff --git a/lib/Package/Stash/XS.pm b/lib/Package/Stash/XS.pm index 1946e62..26d0f31 100644 --- a/lib/Package/Stash/XS.pm +++ b/lib/Package/Stash/XS.pm @@ -29,19 +29,12 @@ installed, and should be preferred in all environments with a compiler. No known bugs (but see the BUGS section in L). -Please report any bugs through RT: email -C, or browse to -L. +Please report any bugs to GitHub Issues at +L. =head1 SEE ALSO -=over 4 - -=item * L - -This module is a factoring out of code that used to live here - -=back +L =head1 SUPPORT @@ -53,31 +46,24 @@ You can also look for information at: =over 4 -=item * AnnoCPAN: Annotated CPAN documentation +=item * MetaCPAN -L +L -=item * CPAN Ratings +=item * Github -L +L =item * RT: CPAN's request tracker L -=item * Search CPAN +=item * CPAN Ratings -L +L =back -=head1 AUTHOR - -Jesse Luehrs - -Based on code from L, by Stevan Little and the Moose -Cabal. - =begin Pod::Coverage add_symbol -- cgit v1.2.3