summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-11 23:12:55 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-11 23:12:55 -0400
commit9bcd372e9d29c75351772f10596b6c1b68a91a8f (patch)
tree4c7c49321300ece0218d35d89c8e800e97f9a2d3
downloadwww-pinboard-9bcd372e9d29c75351772f10596b6c1b68a91a8f.tar.gz
www-pinboard-9bcd372e9d29c75351772f10596b6c1b68a91a8f.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--.travis.yml14
-rw-r--r--Changes4
-rw-r--r--dist.ini15
-rw-r--r--lib/WWW/Pinboard.pm0
5 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..72645ad
--- /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
+WWW-Pinboard-*
+*.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..6d16b0a
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for WWW-Pinboard
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..15188ec
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,15 @@
+name = WWW-Pinboard
+author = Jesse Luehrs <doy@tozt.net>
+license = MIT
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+:version = 0.11
+dist = WWW-Pinboard
+repository = github
+bugtracker_web = https://github.com/doy/www-pinboard/issues
+bugtracker_mailto =
+
+[AutoPrereqs]
+
+[ContributorsFromGit]
diff --git a/lib/WWW/Pinboard.pm b/lib/WWW/Pinboard.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/WWW/Pinboard.pm