summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-06-23 15:43:39 -0400
committerJesse Luehrs <doy@tozt.net>2018-06-23 15:43:39 -0400
commit84b1fc5ec0a38eef8c82e7e403da2378b37095a6 (patch)
treeb7530e1081eee7d49cfa1b52ac4779fed30f994b
downloadwww-ynab-84b1fc5ec0a38eef8c82e7e403da2378b37095a6.tar.gz
www-ynab-84b1fc5ec0a38eef8c82e7e403da2378b37095a6.zip
initial commit
-rw-r--r--.gitignore18
-rw-r--r--.travis.yml13
-rw-r--r--Changes4
-rw-r--r--dist.ini11
-rw-r--r--lib/WWW/YNAB.pm0
5 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ce390b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+cover_db
+META.*
+MYMETA.*
+Makefile
+blib
+inc
+pm_to_blib
+MANIFEST
+Makefile.old
+nytprof.out
+nytprof
+MANIFEST.bak
+*.sw[po]
+.DS_Store
+.build
+WWW-YNAB-*
+*.bs
+*.o
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..44f4b71
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: perl
+perl:
+ - "5.22"
+ - "5.20"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+install:
+ - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
+ - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+ - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
+script:
+ - dzil test --all
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..b5f29b0
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for WWW-YNAB
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..3784cd1
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,11 @@
+name = WWW-YNAB
+author = Jesse Luehrs <doy@tozt.net>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.15
+dist = WWW-YNAB
+repository = github
+
+[AutoPrereqs]
diff --git a/lib/WWW/YNAB.pm b/lib/WWW/YNAB.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/WWW/YNAB.pm