Search   Feed   Browse   Add
Feed items 1 - 10 of 13 for August 2008

AnnoCPAN Recent Notes

AnnoCPAN Recent Notes

Win32::GuiTest - August 10, 2008

$l, $t, $r, $b represent left, top, right, and bottom respectively. The width and height of a window can be determined with: my $width = $right - $left; my $height = $bottom - $top;
http://annocpan.org/~KARASIK/Win32-GuiTest-1.54/lib/Win32/GuiTest.pm#note_2018

Debian::Package::Make - August 6, 2008

Is this similar to how CPANPLUS builds debs Could it be integrated
http://annocpan.org/~HBENGEN/Debian-Package-Make-0.04/lib/Debian/Package/Make.pm#note_2017

Email::MIME::Creator - August 5, 2008

for htmltext multipart alternative, put the best alternative last in parts so that html email version is preferred by your email client. also for multipart alternative email, you need to add the content-type to the outer Email::MIME obj.
http://annocpan.org/~RJBS/Email-MIME-Creator-1.454/lib/Email/MIME/Creator.pm#note_2016

Geo::Shapelib - August 5, 2008

typo in code: ";" must be "," between hash fields
http://annocpan.org/~AJOLMA/Geo-Shapelib-0.20/Shapelib.pm#note_2015

Encode::Guess - August 1, 2008

Don't do it, grandma!
http://annocpan.org/~DANKOGAI/Encode-2.26/lib/Encode/Guess.pm#note_2013

DBIx::Class::ResultSet - August 1, 2008

"you can't use a pager on a resultset that prefetches a hasmany" that's a quote from mst from irc. so i guess it is not supported yet. the workaround is not to use the hasmany in prefetch. ;-)
http://annocpan.org/~LSAUNDERS/DBIx-Class-0.08099_03/lib/DBIx/Class/ResultSet.pm#note_2012

Encode::Guess - August 1, 2008

After having tried this module, my suggestion is to use the method on the left, and not use Encode::decode ("Guess", $data) above. The decode ("Guess", method is fairly troublesome.
http://annocpan.org/~DANKOGAI/Encode-2.26/lib/Encode/Guess.pm#note_2011

Encode::Guess - August 1, 2008

Probably more useful would be a way to guess the encoding of a file before I open it. The way it's set up now is that I have to read in the data from a file, then run this module on the data, and then convert the data, with the proviso that it crashes as well. I'd rather it guessed from the file itself.
http://annocpan.org/~DANKOGAI/Encode-2.26/lib/Encode/Guess.pm#note_2010

Encode::Guess - August 1, 2008

Can't I just get a string back which I can use in "open"
http://annocpan.org/~DANKOGAI/Encode-2.26/lib/Encode/Guess.pm#note_2008

Encode::Guess - August 1, 2008

Yeah, but - the decode ("Guess", ...) version of this module actually tries to distinguish between "utf8" and "utf-8-strict", which means that it puts an error message in the return value (see above) if it can't distinguish between two near-identical things, exactly what the documentation is telling you not to do here.
http://annocpan.org/~DANKOGAI/Encode-2.26/lib/Encode/Guess.pm#note_2007
Available Archives
- July (12 items)
- August (13 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact