
Media::DateTime::JPEG - A plugin for the Media::DateTime module to support JPEG files.

Media::DateTime::JPEG shouldn't be used directly.
See Media::DateTime.

Takes a filename as an arguement. Used by the plugin system to determine if this plugin should be utilized for the file. Returns true if the filename ends in .jpeg or .jpg.
Takes a filename as an arguement and returns the creation date or a false value if we are unable to parse it.

See Media::DateTime for usage.
Image::Info is used to extract data from JPEG files.

Mark V. Grimes, <mgrimes@cpan.org<gt>

May use a more flexible approach to assertaining if a file is a jpeg and might check that exif data exists in the match method.

Copyright (C) 2006 by mgrimes
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.