Skip Menu |

This queue is for tickets about the Image-Info CPAN distribution.

Report information
The Basics
Id: 30890
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Image-Info

People
Owner: TELS [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.26
Fixed in: (no value)



Subject: [PATCH] Transposed lines in documentation
There are some transposed lines in the image_type document. The attached patch fixes the problem. Regards, Slaven
Subject: Image-Info-doc.diff
diff -ur Image-Info-1.26-s19eTS/lib/Image/Info.pm ../new.build/Image-Info-1.26/lib/Image/Info.pm --- Image-Info-1.26-s19eTS/lib/Image/Info.pm 2007-09-09 12:32:01.000000000 +0200 +++ ../new.build/Image-Info-1.26/lib/Image/Info.pm 2007-11-21 13:24:21.000000000 +0100 @@ -280,12 +280,12 @@ =item image_type( $filename ) +=item image_type( \$imgdata ) + Returns a hash with only one key, C<< file_type >>. The value will be the type of the file. On error, sets the two keys C<< error >> and C<< Errno >>. -=item image_info( \$imgdata ) - This function is a dramatically faster alternative to the image_info function for situations in which you B<only> need to find the image type. Only in ../new.build/Image-Info-1.26/lib/Image: Info.pm~
Fixed in release v1.27 - thanx for your report!