summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-27 03:02:36 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-27 03:02:36 -0400
commit4c9fc239c3a41b3d64aa57fe94b452c056fd6043 (patch)
tree48359f8dfd8b765e8c77421f57b05c2a312d8ff5
downloadsoftware-license-nethack-4c9fc239c3a41b3d64aa57fe94b452c056fd6043.tar.gz
software-license-nethack-4c9fc239c3a41b3d64aa57fe94b452c056fd6043.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--.travis.yml14
-rw-r--r--Changes4
-rw-r--r--dist.ini11
-rw-r--r--lib/Software/License/NetHack.pm0
5 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c8ded5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+cover_db
+META.*
+MYMETA.*
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+MANIFEST.bak
+*.sw[po]
+.DS_Store
+.build
+Software-License-NetHack-*
+*.bs
+*.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/Changes b/Changes
new file mode 100644
index 0000000..e351870
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Software-License-NetHack
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..8229d28
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = Software-License-NetHack
+author = Jesse Luehrs <doy at cpan dot org>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.08
+dist = Software-License-NetHack
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/Software/License/NetHack.pm b/lib/Software/License/NetHack.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Software/License/NetHack.pm