summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-12 01:39:44 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-12 01:39:44 -0400
commite9f4e69ad0e27a24b429d5a9a0d6f51e0e2fdab2 (patch)
tree6e684f88a06c5f7744ea1a5a6dbef9874cb08b77 /bin
parent8af7f775ca5f056d2f357c16c23bf364f87495a4 (diff)
downloadwww-pinboard-e9f4e69ad0e27a24b429d5a9a0d6f51e0e2fdab2.tar.gz
www-pinboard-e9f4e69ad0e27a24b429d5a9a0d6f51e0e2fdab2.zip
docs
Diffstat (limited to 'bin')
-rw-r--r--bin/pinboard_export2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/pinboard_export b/bin/pinboard_export
index 5876809..990915f 100644
--- a/bin/pinboard_export
+++ b/bin/pinboard_export
@@ -1,6 +1,8 @@
#!perl
use strict;
use warnings;
+# PODNAME: pinboard_export
+# ABSTRACT: data exporter for pinboard
use DBI;
use Getopt::Long qw(:config pass_through);