From 99c59db111eb3dcb057a3ce5b69f0da54265b326 Mon Sep 17 00:00:00 2001 From: "Zane C. Bowers-Hadley" Date: Sat, 10 Jul 2021 20:42:18 -0500 Subject: [PATCH] pull in 0.0.3 --- Changes | 3 +++ bin/mp3rename | 6 ------ bin/mp3show | 16 +++++----------- bin/mp3tag | 6 ------ lib/MP3/Tag/Utils.pm | 8 ++++---- 5 files changed, 12 insertions(+), 27 deletions(-) diff --git a/Changes b/Changes index 9622bcf..7d77b5c 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/bin/mp3rename b/bin/mp3rename index f9cddf8..c6505a6 100755 --- a/bin/mp3rename +++ b/bin/mp3rename @@ -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 diff --git a/bin/mp3show b/bin/mp3show index 5285dfd..f96a6aa 100755 --- a/bin/mp3show +++ b/bin/mp3show @@ -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 [...] =head1 AUTHOR -Copyright (c) 2010, Zame C. Bowers +Copyright (c) 2012, Zame C. Bowers-Hadley 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 diff --git a/bin/mp3tag b/bin/mp3tag index a4e9c52..748cfd9 100755 --- a/bin/mp3tag +++ b/bin/mp3tag @@ -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 diff --git a/lib/MP3/Tag/Utils.pm b/lib/MP3/Tag/Utils.pm index 3f5289b..7cf90d6 100644 --- a/lib/MP3/Tag/Utils.pm +++ b/lib/MP3/Tag/Utils.pm @@ -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<< >> +Zane C. Bowers-Hadley, C<< >> =head1 BUGS @@ -622,7 +622,7 @@ L =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