From 32672c85290e84435bf91d2735b29ae147daa3e2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Jul 2013 23:18:59 -0400 Subject: packaging stuff --- .gitignore | 6 +++++- .mailmap | 1 + .travis.yml | 14 ++++++++++++++ dist.ini | 8 ++++++-- t/edge-cases.t | 0 5 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .mailmap create mode 100644 .travis.yml mode change 100755 => 100644 t/edge-cases.t diff --git a/.gitignore b/.gitignore index 478a475..e9f6587 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ cover_db -META.yml +META.* +MYMETA.* Makefile blib pm_to_blib @@ -8,5 +9,8 @@ Makefile.old nytprof.out MANIFEST.bak *.sw[po] +.DS_Store .build Package-Stash-* +*.bs +*.o diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..433778e --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Carlos Lima Carlos 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 c70469e..3d33cd1 100644 --- a/dist.ini +++ b/dist.ini @@ -1,12 +1,14 @@ name = Package-Stash -author = Jesse Luehrs +author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] -:version = 0.05 +:version = 0.11 dist = Package-Stash repository = github +bugtracker_web = https://github.com/doy/package-stash/issues +bugtracker_mailto = awesome = =inc::MMPackageStash CompileTests_skip = [Cc]onflicts$ @@ -27,3 +29,5 @@ Class::MOP = 1.08 MooseX::Role::WithOverloading = 0.08 namespace::clean = 0.18 MooseX::Method::Signatures = 0.36 + +[ContributorsFromGit] diff --git a/t/edge-cases.t b/t/edge-cases.t old mode 100755 new mode 100644 -- cgit v1.2.3