From e13a111f211527d6f81943d6f7f9d0cc5f1c2bc9 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Tue, 12 May 2015 14:36:13 +1000 Subject: [PATCH] * make shipit happy --- .shipit | 1 + Changes | 6 ++++++ MANIFEST | 9 +++++++++ META.yml | 21 +++++++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 .shipit create mode 100644 Changes create mode 100644 MANIFEST create mode 100644 META.yml diff --git a/.shipit b/.shipit new file mode 100644 index 0000000..4c665a1 --- /dev/null +++ b/.shipit @@ -0,0 +1 @@ +steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist diff --git a/Changes b/Changes new file mode 100644 index 0000000..a2718e4 --- /dev/null +++ b/Changes @@ -0,0 +1,6 @@ +Revision history for perl module Text::Playlist + +0.02 2015-05-12 + + - First public release + - Basic parse/dump capabilities for m3u/pls formats diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..9ddd256 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,9 @@ +Changes +lib/Text/Playlist.pm +lib/Text/Playlist/M3U.pm +lib/Text/Playlist/PLS.pm +t/m3u.t +t/pls.t +Makefile.PL +MANIFEST +META.yml diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..5a2f0ca --- /dev/null +++ b/META.yml @@ -0,0 +1,21 @@ +--- #YAML:1.0 +name: Text-Playlist +version: 0.02 +abstract: Collection of modules for work with various playlist formats +author: + - Alex 'AdUser' Z +license: perl_5 +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + Test::More: 0 +requires: {} +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.57_05 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4