From 563e01add1eeeedbe14744bf214b0c37c38a82d0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 May 2014 21:41:14 -0400 Subject: initial commit --- .gitignore | 17 +++++++++++++++++ .travis.yml | 14 ++++++++++++++ Changes | 4 ++++ dist.ini | 15 +++++++++++++++ lib/Games/SMTNocturne/Demons.pm | 0 5 files changed, 50 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/Games/SMTNocturne/Demons.pm diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95418b2 --- /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 +Games-SMTNocturne-Demons-* +*.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..d8f4b55 --- /dev/null +++ b/Changes @@ -0,0 +1,4 @@ +Revision history for Games-SMTNocturne-Demons + +{{$NEXT}} + - Initial release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..0b12eb0 --- /dev/null +++ b/dist.ini @@ -0,0 +1,15 @@ +name = Games-SMTNocturne-Demons +author = Jesse Luehrs +license = MIT +copyright_holder = Jesse Luehrs + +[@DOY] +:version = 0.11 +dist = Games-SMTNocturne-Demons +repository = github +bugtracker_web = https://github.com/doy/games-smtnocturne-demons/issues +bugtracker_mailto = + +[AutoPrereqs] + +[ContributorsFromGit] diff --git a/lib/Games/SMTNocturne/Demons.pm b/lib/Games/SMTNocturne/Demons.pm new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3