summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-12 15:21:15 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-12 15:21:15 -0400
commit1eb3b8abeef1fcf96d045b80cea1a24877545fb5 (patch)
tree6d6c891d9c66fa0e1152c3215ec1aae2457fa344
parent27296b020d50c00f91e16e864ae5f6b27a2500ea (diff)
downloadpackage-stash-xs-1eb3b8abeef1fcf96d045b80cea1a24877545fb5.tar.gz
package-stash-xs-1eb3b8abeef1fcf96d045b80cea1a24877545fb5.zip
packaging stuff
-rw-r--r--.gitignore5
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini8
-rw-r--r--lib/Package/Stash/XS.pm32
4 files changed, 32 insertions, 27 deletions
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 <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
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<Package::Stash>).
-Please report any bugs through RT: email
-C<bug-package-stash-xs at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash-XS>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/package-stash-xs/issues>.
=head1 SEE ALSO
-=over 4
-
-=item * L<Class::MOP::Package>
-
-This module is a factoring out of code that used to live here
-
-=back
+L<Package::Stash>
=head1 SUPPORT
@@ -53,31 +46,24 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/Package-Stash-XS>
+L<https://metacpan.org/release/Package-Stash-XS>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/Package-Stash-XS>
+L<https://github.com/doy/package-stash-xs>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/Package-Stash-XS>
+L<http://cpanratings.perl.org/d/Package-Stash-XS>
=back
-=head1 AUTHOR
-
-Jesse Luehrs <doy at tozt dot net>
-
-Based on code from L<Class::MOP::Package>, by Stevan Little and the Moose
-Cabal.
-
=begin Pod::Coverage
add_symbol