summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-09 23:18:59 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-09 23:18:59 -0400
commit32672c85290e84435bf91d2735b29ae147daa3e2 (patch)
tree82031faef2176fd61faa63f51aaf38ccb727e996
parente2bc5d7eb1fc7e1f2d62ac6e99334b1120ed2100 (diff)
downloadpackage-stash-32672c85290e84435bf91d2735b29ae147daa3e2.tar.gz
package-stash-32672c85290e84435bf91d2735b29ae147daa3e2.zip
packaging stuff
-rw-r--r--.gitignore6
-rw-r--r--.mailmap1
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini8
-rw-r--r--[-rwxr-xr-x]t/edge-cases.t0
5 files changed, 26 insertions, 3 deletions
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@multi> Carlos <carlos@multi>
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 <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
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
index 58c5dc8..58c5dc8 100755..100644
--- a/t/edge-cases.t
+++ b/t/edge-cases.t