1This is a writer/reader for ID3 v2.3 tags.
2
3This should be considered beta code.
4
5This is free software, and may be redistributed under the same terms
6as Perl itself.
7
8There is NO WARRANTY.  It might work.  It might not.  It might cause
9demons to fly out of your nose.  YMMV.
10
11I am interested in hearing bug reports (mattd@mp3.com), but it's very
12unlikely I will fix them in a timely fashion.  Patches gratefully accepted,
13and usually applied and released quickly.  I do not actively "support"
14this module, as it does what I need it to do.
15
16The code was designed in such a way as to make it very easy to add
17support for new frame types.  If you you need a frame that isn't
18implemented, please feel free to implement it and send me a patch.
19Don't forget to update the relevent section of the POD documentation;
20I won't accept a frame implementation without documentation.
21
22