Browse Source

* make shipit happy

master
Alex 'AdUser' Z 9 years ago
parent
commit
e13a111f21
  1. 1
      .shipit
  2. 6
      Changes
  3. 9
      MANIFEST
  4. 21
      META.yml

1
.shipit

@ -0,0 +1 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist

6
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

9
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

21
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 <aduser@cpan.org>
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
Loading…
Cancel
Save