summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-22 12:29:54 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-22 12:29:54 -0400
commit0a01e4fcb5c725ccf6642d6d517ea2a9bc624a44 (patch)
treebbe0ec9b15d236e1536e4acde987ad88ce89654e
downloadBot-Zulip-Chess-0a01e4fcb5c725ccf6642d6d517ea2a9bc624a44.tar.gz
Bot-Zulip-Chess-0a01e4fcb5c725ccf6642d6d517ea2a9bc624a44.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/Bot/Zulip/Chess.pm0
5 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..abcce21
--- /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
+Bot-Zulip-Chess-*
+*.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..3fcb871
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Bot-Zulip-Chess
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..aa7a992
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = Bot-Zulip-Chess
+author = Jesse Luehrs <doy@tozt.net>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.15
+dist = Bot-Zulip-Chess
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/Bot/Zulip/Chess.pm b/lib/Bot/Zulip/Chess.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Bot/Zulip/Chess.pm