Alex 'AdUser' Z
10 years ago
4 changed files with 37 additions and 0 deletions
@ -0,0 +1 @@
|
||||
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist |
@ -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 |
@ -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 |
@ -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…
Reference in new issue