pull in 0.0.3

main
Zane C. B-H 2 years ago
parent cb6357f859
commit 99c59db111

@ -1,5 +1,8 @@
Revision history for MP3-Tag-Utils
0.0.3 2012-07-16/17:45
-Correct the POD for 'bin/mp3show'.
0.0.2 2010-08-23/17:40
-Correct handling of 2.4 tracks.
-Replace '/' in tags with '\' when renaming.

@ -111,12 +111,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=head1 Changelog
=head2 0.0.0 - 2010-08-19/16:00
-Initial version.
=head1 SCRIPT CATEGORIES
Desktop

@ -1,5 +1,5 @@
#!/usr/bin/perl
#Copyright (c) 2010, Zane C. Bowers
#Copyright (c) 2012, Zane C. Bowers-Hadley
#All rights reserved.
#
#Redistribution and use in source and binary forms, with or without modification,
@ -29,7 +29,7 @@ use MP3::Tag::Utils;
#version function
sub main::VERSION_MESSAGE {
print "mp3show 0.0.0\n";
print "mp3show 0.0.1\n";
}
#print help
@ -66,7 +66,7 @@ exit 0;
=head1 NAME
mp3rename - Show tags for one or more MP3 file.
mp3show - Show tags for one or more MP3 file.
=head1 SYNOPSIS
@ -74,7 +74,7 @@ mp3rename <mp3 files 0> [<mp3 file 1>...]
=head1 AUTHOR
Copyright (c) 2010, Zame C. Bowers <vvelox@vvelox.net>
Copyright (c) 2012, Zame C. Bowers-Hadley <vvelox@vvelox.net>
All rights reserved.
@ -98,12 +98,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=head1 Changelog
=head2 0.0.0 - 2010-08-19/16:00
-Initial version.
=head1 SCRIPT CATEGORIES
Desktop
@ -114,6 +108,6 @@ any
=head1 README
mp3rename - Show tags for one or more MP3 file.
mp3show - Show tags for one or more MP3 file.
=cut

@ -156,12 +156,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=head1 Changelog
=head2 0.0.0 - 2010-08-19/16:00
-Initial version.
=head1 SCRIPT CATEGORIES
Desktop

@ -11,11 +11,11 @@ MP3::Tag::Utils - Assorted utilities for manipulating MP3 files via MP3::Tag.
=head1 VERSION
Version 0.0.2
Version 0.0.3
=cut
our $VERSION = '0.0.2';
our $VERSION = '0.0.3';
=head1 SYNOPSIS
@ -576,7 +576,7 @@ Year is not numeric.
=head1 AUTHOR
Zane C. Bowers, C<< <vvelox at vvelox.net> >>
Zane C. Bowers-Hadley, C<< <vvelox at vvelox.net> >>
=head1 BUGS
@ -622,7 +622,7 @@ L<http://search.cpan.org/dist/MP3-Tag-Utils/>
=head1 LICENSE AND COPYRIGHT
Copyright 2010 Zane C. Bowers.
Copyright 2012 Zane C. Bowers-Hadley.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published

Loading…
Cancel
Save