summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-01 11:49:36 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-01 11:49:36 -0400
commitfcec9f409fccb38d7bcff0cbdbc7f27e4a6b05bd (patch)
tree5bbf664582be45c3ea0888271b6b10c587261929
downloadcatalyst-view-spreadsheet-template-fcec9f409fccb38d7bcff0cbdbc7f27e4a6b05bd.tar.gz
catalyst-view-spreadsheet-template-fcec9f409fccb38d7bcff0cbdbc7f27e4a6b05bd.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/Catalyst/View/Spreadsheet/Template.pm0
5 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f41383c
--- /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
+Catalyst-View-Spreadsheet-Template-*
+*.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..04ea99b
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for Catalyst-View-Spreadsheet-Template
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..b0f8bc9
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = Catalyst-View-Spreadsheet-Template
+author = Jesse Luehrs <doy at cpan dot org>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.08
+dist = Catalyst-View-Spreadsheet-Template
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/Catalyst/View/Spreadsheet/Template.pm b/lib/Catalyst/View/Spreadsheet/Template.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/Catalyst/View/Spreadsheet/Template.pm