pull in 0.0.3

This commit is contained in:
Zane C. B-H 2021-07-10 20:42:18 -05:00
parent cb6357f859
commit 99c59db111
5 changed files with 12 additions and 27 deletions

View File

@ -1,5 +1,8 @@
Revision history for MP3-Tag-Utils 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 0.0.2 2010-08-23/17:40
-Correct handling of 2.4 tracks. -Correct handling of 2.4 tracks.
-Replace '/' in tags with '\' when renaming. -Replace '/' in tags with '\' when renaming.

View File

@ -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 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. 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 =head1 SCRIPT CATEGORIES
Desktop Desktop

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
#Copyright (c) 2010, Zane C. Bowers #Copyright (c) 2012, Zane C. Bowers-Hadley
#All rights reserved. #All rights reserved.
# #
#Redistribution and use in source and binary forms, with or without modification, #Redistribution and use in source and binary forms, with or without modification,
@ -29,7 +29,7 @@ use MP3::Tag::Utils;
#version function #version function
sub main::VERSION_MESSAGE { sub main::VERSION_MESSAGE {
print "mp3show 0.0.0\n"; print "mp3show 0.0.1\n";
} }
#print help #print help
@ -66,7 +66,7 @@ exit 0;
=head1 NAME =head1 NAME
mp3rename - Show tags for one or more MP3 file. mp3show - Show tags for one or more MP3 file.
=head1 SYNOPSIS =head1 SYNOPSIS
@ -74,7 +74,7 @@ mp3rename <mp3 files 0> [<mp3 file 1>...]
=head1 AUTHOR =head1 AUTHOR
Copyright (c) 2010, Zame C. Bowers <vvelox@vvelox.net> Copyright (c) 2012, Zame C. Bowers-Hadley <vvelox@vvelox.net>
All rights reserved. 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 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. 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 =head1 SCRIPT CATEGORIES
Desktop Desktop
@ -114,6 +108,6 @@ any
=head1 README =head1 README
mp3rename - Show tags for one or more MP3 file. mp3show - Show tags for one or more MP3 file.
=cut =cut

View File

@ -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 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. 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 =head1 SCRIPT CATEGORIES
Desktop Desktop

View File

@ -11,11 +11,11 @@ MP3::Tag::Utils - Assorted utilities for manipulating MP3 files via MP3::Tag.
=head1 VERSION =head1 VERSION
Version 0.0.2 Version 0.0.3
=cut =cut
our $VERSION = '0.0.2'; our $VERSION = '0.0.3';
=head1 SYNOPSIS =head1 SYNOPSIS
@ -576,7 +576,7 @@ Year is not numeric.
=head1 AUTHOR =head1 AUTHOR
Zane C. Bowers, C<< <vvelox at vvelox.net> >> Zane C. Bowers-Hadley, C<< <vvelox at vvelox.net> >>
=head1 BUGS =head1 BUGS
@ -622,7 +622,7 @@ L<http://search.cpan.org/dist/MP3-Tag-Utils/>
=head1 LICENSE AND COPYRIGHT =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 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 under the terms of either: the GNU General Public License as published