summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-16 16:53:30 -0500
committerJesse Luehrs <doy@tozt.net>2012-03-16 16:53:30 -0500
commit3c8165e6c5ac568d52534de22d7ab1525aebfa57 (patch)
tree538e128aec07f16b82d55eb4b2055d45ec662aa8
downloadlastfm-export-3c8165e6c5ac568d52534de22d7ab1525aebfa57.tar.gz
lastfm-export-3c8165e6c5ac568d52534de22d7ab1525aebfa57.zip
initial commit
-rw-r--r--.gitignore17
-rw-r--r--Changes4
-rw-r--r--dist.ini9
-rw-r--r--lib/LastFM/Export.pm0
4 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b47ab51
--- /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
+LastFM-Export-*
+*.bs
+*.o
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..5f53335
--- /dev/null
+++ b/Changes
@@ -0,0 +1,4 @@
+Revision history for LastFM-Export
+
+{{$NEXT}}
+ - Initial release
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..65da424
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,9 @@
+name = LastFM-Export
+author = Jesse Luehrs <doy at tozt dot net>
+license = Perl_5
+copyright_holder = Jesse Luehrs
+
+[@DOY]
+dist = LastFM-Export
+
+[Prereqs]
diff --git a/lib/LastFM/Export.pm b/lib/LastFM/Export.pm
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/LastFM/Export.pm