Skip to content

Commit

Permalink
Updated POD
Browse files Browse the repository at this point in the history
  • Loading branch information
riemann42 committed Jul 25, 2010
1 parent 37f5a44 commit 3d0a536
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 53 deletions.
90 changes: 38 additions & 52 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,52 +1,38 @@
Release Name: 0.30
===========================
* Added amazon_info option and several new set values
* Set upc and ean and will search by these
* Example code

Release Name: 0.29
===========================
* Added option to set several internal objects, such as the cache objects.
* Fixed bug in lwp method which would cause it to create a new object every call!
* Kwalitee improvments

Release Name: 0.28
===========================
* Split off from Music::Tag distribution

Release Name: 0.27
============================
* More documentation and tested POD.
* datamethods method now can be used to add new datamethods
* Added test for MusicBrainz and Amazon plugins
* Revised releasedate and recorddate internal storage to store as releasetime
and recordtime -- with full timestamps.
* Added releasetime, recordtime, releaseepoch, and recordepoech datamethods.
* Support for TIME ID3v2 tag.
* After much thought, replaced Ogg::Vorbis::Header with
Ogg::Vorbis::Header::PurePerl and added vorbiscomment to write tags.
* Revised OGG and FLAC plugins to clean up code (much slicker now).

Release Name: 0.26
============================
* Removed several prerequistes that weren't used
* Fixed error in README about prerequisite

Release Name: 0.25
============================
* Support many more tags for flac, ogg, and m4a
* Removed autotag safetag quicktag musictag musicsort musicinfo scripts.
All is done by musictag now.
* Added tests for some plugins. More to do!
* Bug Fixes
* Documentation improvments
* Added preset option for musictag

Release Name: 0.24
============================
* Bug Fixes
* Revised MP3 Tags to read Picard tags

Release Name: 0.23
============================
* Initial Public Release
Release Name: 0.34
* Added canned responses from Net::Amazon.

Release Name: 0.33
* Added secret_key option required by Amazon now.

Release Name: 0.32
* Changed license to allow option of GPL

Release Name: 0.31
* Requires higher verbosity to print all info so it is much
quieter when quiet is not set

* Requires Music::Tag 0.33

* Pod improvements

* Now using Pod::Readme and Test::Spelling

Release Name: 0.30
* Added amazon_info option and several new set values

* Set upc and ean and will search by these

* Example code

Release Name: 0.29
* Added option to set several internal objects, such as the cache
objects.

* Fixed bug in lwp method which would cause it to create a new
object every call!

* Kwalitee improvments

Release Name: 0.28
* Split off from Music::Tag distribution

12 changes: 11 additions & 1 deletion lib/Music/Tag/Amazon.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Music::Tag::Amazon;
our $VERSION = 0.33;
our $VERSION = 0.34;

# Copyright (c) 2009 Edward Allen III. Some rights reserved.

Expand Down Expand Up @@ -730,6 +730,16 @@ L<Net::Amazon>, L<Music::Tag>
=over 4
=item Release Name: 0.34
=over 4
=item *
Added canned responses from Net::Amazon.
=back
=item Release Name: 0.33
=over 4
Expand Down

0 comments on commit 3d0a536

Please sign in to comment.