Source: libfile-type-webimages-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/File-Type-WebImages/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-type-webimages-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-type-webimages-perl/

Package: libfile-type-webimages-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: tool for determining web image file types using magic
 File::Type::WebImages determines the file type of web images using magic.
 mime_type() can use either a filename, or file contents, to determine the
 type of a file. The process involves looking the data at the beginning of the
 file, sometimes called "magic numbers".
