<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://annocpan.org">
<title>AnnoCPAN Recent Notes</title>
<link>http://annocpan.org</link>
<description>AnnoCPAN Recent Notes</description>
<dc:language>en-us</dc:language>
<dc:rights>Redistributable under the same terms as Perl itself</dc:rights>
<dc:date>2009-07-04T04:30:57+00:00</dc:date>
<dc:publisher>itub@cpan.org</dc:publisher>
<dc:creator>itub@cpan.org</dc:creator>
<dc:subject>Perl</dc:subject>
<syn:updatePeriod>daily</syn:updatePeriod>
<syn:updateFrequency>24</syn:updateFrequency>
<syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://annocpan.org/~DMYTRO/DBIx-Report-Excel-0.1/lib/DBIx/Report/Excel.pm#note_2328" />
  <rdf:li rdf:resource="http://annocpan.org/~MAHEX/POE-Component-Jabber-1.0/lib/POE/Component/Jabber/Client/XMPP.pm#note_2327" />
  <rdf:li rdf:resource="http://annocpan.org/~PJCJ/Devel-Cover-0.64/lib/Devel/Cover.pm#note_2326" />
  <rdf:li rdf:resource="http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2323" />
  <rdf:li rdf:resource="http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2322" />
  <rdf:li rdf:resource="http://annocpan.org/~SREZIC/Kwalify-1.19/lib/Kwalify.pm#note_2321" />
  <rdf:li rdf:resource="http://annocpan.org/~TJMATHER/XML-DOM-1.44/lib/XML/DOM/DocumentType.pod#note_2320" />
  <rdf:li rdf:resource="http://annocpan.org/~SMUELLER/PAR-Packer-0.991/lib/pp.pm#note_2319" />
  <rdf:li rdf:resource="http://annocpan.org/~ADAMK/Win32-TieRegistry-0.26/lib/Win32/TieRegistry.pm#note_2318" />
  <rdf:li rdf:resource="http://annocpan.org/~REGGERS/Apache2-AuthenMSAD-0.02/AuthenMSAD.pm#note_2317" />
  <rdf:li rdf:resource="http://annocpan.org/~ROHAN/WWW-RapidShare-v0.3/lib/WWW/RapidShare.pm#note_2316" />
  <rdf:li rdf:resource="http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2315" />
  <rdf:li rdf:resource="http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2314" />
  <rdf:li rdf:resource="http://annocpan.org/~MDXI/Curses-UI-0.9607/lib/Curses/UI/Dialog/Status.pm#note_2313" />
  <rdf:li rdf:resource="http://annocpan.org/~CMOORE/Archive-Any-0.0932/lib/Archive/Any.pm#note_2312" />
  <rdf:li rdf:resource="http://annocpan.org/~RBS/Text-Diff-0.35/lib/Text/Diff.pm#note_2311" />
  <rdf:li rdf:resource="http://annocpan.org/~FLORA/Catalyst-Runtime-5.80004/lib/Catalyst.pm#note_2310" />
  <rdf:li rdf:resource="http://annocpan.org/~DMAKI/Data-Decode-0.00006/lib/Data/Decode.pm#note_2309" />
  <rdf:li rdf:resource="http://annocpan.org/~NMUELLER/HTML-GoogleMaps-10/lib/HTML/GoogleMaps.pm#note_2308" />
  <rdf:li rdf:resource="http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2307" />
  <rdf:li rdf:resource="http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2306" />
  <rdf:li rdf:resource="http://annocpan.org/~JADEV/Term-ANSIMenu-0.02/ANSIMenu.pm#note_2305" />
  <rdf:li rdf:resource="http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2304" />
  <rdf:li rdf:resource="http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2303" />
  <rdf:li rdf:resource="http://annocpan.org/~ANDYA/Test-Harness-3.17/lib/TAP/Parser.pm#note_2302" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://annocpan.org/~DMYTRO/DBIx-Report-Excel-0.1/lib/DBIx/Report/Excel.pm#note_2328">
<title>DBIx::Report::Excel</title>
<link>http://annocpan.org/~DMYTRO/DBIx-Report-Excel-0.1/lib/DBIx/Report/Excel.pm#note_2328</link>
<description>&lt;p>The right code snippet seems this:&lt;/p>
&lt;p>my $report = DBIx::Report::Excel-&gt;new ("SQLite.xls",
    (
     sql =&gt; 'SELECT first_n, last_n FROM people',
     dbh =&gt; DBI-&gt;connect("dbi:SQLite:dbname=testdb","","")
    )
  );&lt;/p>
&lt;p>as new accepts a params hash, not an hashref...
&lt;/p>
</description>
<dc:creator>grubert</dc:creator>
<dc:date>2009-07-01T14:28:02+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~MAHEX/POE-Component-Jabber-1.0/lib/POE/Component/Jabber/Client/XMPP.pm#note_2327">
<title>POE::Component::Jabber::Client::XMPP</title>
<link>http://annocpan.org/~MAHEX/POE-Component-Jabber-1.0/lib/POE/Component/Jabber/Client/XMPP.pm#note_2327</link>
<description>&lt;p>Quote missing in second to last line of the synopsis, after 'output_handler'&lt;/p>
</description>
<dc:creator>PaulSchulz</dc:creator>
<dc:date>2009-06-27T12:34:41+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~PJCJ/Devel-Cover-0.64/lib/Devel/Cover.pm#note_2326">
<title>Devel::Cover</title>
<link>http://annocpan.org/~PJCJ/Devel-Cover-0.64/lib/Devel/Cover.pm#note_2326</link>
<description>&lt;p>Specify options like this:&lt;/p>
&lt;pre> use Devel::Cover (
     '-select'   =&gt; '/MyCompany/',
     '+ignore'   =&gt; '.t',
     '-coverage' =&gt; 'subroutine',
 );&lt;/pre>
</description>
<dc:creator>haytona</dc:creator>
<dc:date>2009-06-26T05:46:02+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2323">
<title>Net::Jabber::Bot</title>
<link>http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2323</link>
<description>&lt;p>Re-structure this so there's less indentations&lt;/p>
</description>
<dc:creator>toddr</dc:creator>
<dc:date>2009-06-22T14:52:31+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2322">
<title>Net::Jabber::Bot</title>
<link>http://annocpan.org/~TODDR/Net-Jabber-Bot-2.1.3/lib/Net/Jabber/Bot.pm#note_2322</link>
<description>&lt;p>More releases&lt;/p>
</description>
<dc:creator>toddr</dc:creator>
<dc:date>2009-06-22T14:49:10+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~SREZIC/Kwalify-1.19/lib/Kwalify.pm#note_2321">
<title>Kwalify</title>
<link>http://annocpan.org/~SREZIC/Kwalify-1.19/lib/Kwalify.pm#note_2321</link>
<description>&lt;p>jsonToObj() is deprecated, and should be from_json().&lt;/p>
</description>
<dc:creator>heumann</dc:creator>
<dc:date>2009-06-22T08:09:08+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~TJMATHER/XML-DOM-1.44/lib/XML/DOM/DocumentType.pod#note_2320">
<title>XML::DOM::DocumentType</title>
<link>http://annocpan.org/~TJMATHER/XML-DOM-1.44/lib/XML/DOM/DocumentType.pod#note_2320</link>
<description>&lt;p>should be $doc-&gt;setDoctype ($doctype);&lt;/p>
&lt;p>(lowercase 't')&lt;/p>
</description>
<dc:creator>andrewkreid</dc:creator>
<dc:date>2009-06-19T04:53:06+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~SMUELLER/PAR-Packer-0.991/lib/pp.pm#note_2319">
<title>pp</title>
<link>http://annocpan.org/~SMUELLER/PAR-Packer-0.991/lib/pp.pm#note_2319</link>
<description>&lt;p>Added files can be accessed by the packed script via:&lt;/p>
&lt;p>$ENV{PAR_TEMP}/inc/$myfile&lt;/p>
</description>
<dc:creator>c4onastick</dc:creator>
<dc:date>2009-06-17T20:13:11+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~ADAMK/Win32-TieRegistry-0.26/lib/Win32/TieRegistry.pm#note_2318">
<title>Win32::TieRegistry</title>
<link>http://annocpan.org/~ADAMK/Win32-TieRegistry-0.26/lib/Win32/TieRegistry.pm#note_2318</link>
<description>&lt;p>Note that if you are using 32-bit perl on 64-bit windows, you will not see not the same registry with this module as you see with regedit.&lt;/p>
</description>
<dc:creator>boldra</dc:creator>
<dc:date>2009-06-16T14:16:12+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~REGGERS/Apache2-AuthenMSAD-0.02/AuthenMSAD.pm#note_2317">
<title>Apache2::AuthenMSAD</title>
<link>http://annocpan.org/~REGGERS/Apache2-AuthenMSAD-0.02/AuthenMSAD.pm#note_2317</link>
<description>&lt;p>I also had the problem of Net::LDAPS not working with Active Directory, until I figured out that Microsoft requires a valid certificate in order to use LDAP over port 636&lt;/p>
</description>
<dc:creator>silbermm</dc:creator>
<dc:date>2009-06-15T02:31:12+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~ROHAN/WWW-RapidShare-v0.3/lib/WWW/RapidShare.pm#note_2316">
<title>WWW::RapidShare</title>
<link>http://annocpan.org/~ROHAN/WWW-RapidShare-v0.3/lib/WWW/RapidShare.pm#note_2316</link>
<dc:creator>xeroc</dc:creator>
<dc:date>2009-06-10T18:00:09+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2315">
<title>Catalyst::Controller::REST</title>
<link>http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2315</link>
<description>&lt;pre>   # Answer PUT requests to "thing"
   sub thing_PUT {
       $radiohead = $req-&gt;data-&gt;{radiohead};&lt;/pre>
&lt;pre>       $self-&gt;status_created(
           $c,
           location =&gt; $c-&gt;req-&gt;uri-&gt;as_string,
           entity =&gt; {
               radiohead =&gt; $radiohead,
           }
   );&lt;/pre>
&lt;p>(see https://rt.cpan.org/Ticket/Display.html?id=46680)&lt;/p>
</description>
<dc:creator>dandv</dc:creator>
<dc:date>2009-06-05T04:27:54+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2314">
<title>Catalyst::Controller::REST</title>
<link>http://annocpan.org/~HDP/Catalyst-Action-REST-0.71/lib/Catalyst/Controller/REST.pm#note_2314</link>
<description>&lt;p>The deserialized hashref will be returned by $c-&gt;req-&gt;data. For example, if the client sent a JSON content of {"foo":"bar"}, $c-&gt;req-&gt;data{foo} will be "bar".&lt;/p>
</description>
<dc:creator>dandv</dc:creator>
<dc:date>2009-06-05T04:27:01+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~MDXI/Curses-UI-0.9607/lib/Curses/UI/Dialog/Status.pm#note_2313">
<title>Curses::UI::Dialog::Status</title>
<link>http://annocpan.org/~MDXI/Curses-UI-0.9607/lib/Curses/UI/Dialog/Status.pm#note_2313</link>
<description>&lt;p>s/exampes/examples&lt;/p>
</description>
<dc:creator>skim</dc:creator>
<dc:date>2009-06-01T12:29:22+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~CMOORE/Archive-Any-0.0932/lib/Archive/Any.pm#note_2312">
<title>Archive::Any</title>
<link>http://annocpan.org/~CMOORE/Archive-Any-0.0932/lib/Archive/Any.pm#note_2312</link>
<description>&lt;p>Please direct your scrutiny to the bottom of this page.&lt;/p>
</description>
<dc:creator>cmoore</dc:creator>
<dc:date>2009-06-01T10:53:31+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~RBS/Text-Diff-0.35/lib/Text/Diff.pm#note_2311">
<title>Text::Diff</title>
<link>http://annocpan.org/~RBS/Text-Diff-0.35/lib/Text/Diff.pm#note_2311</link>
<description>&lt;p>The link for Text::Diff::Table is pointing to the anchor in this page instead to the module url:
http://search.cpan.org/~rbs/Text-Diff-0.35/lib/Text/Diff/Table.pm&lt;/p>
</description>
<dc:creator>PabloMarin</dc:creator>
<dc:date>2009-05-31T00:13:37+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~FLORA/Catalyst-Runtime-5.80004/lib/Catalyst.pm#note_2310">
<title>Catalyst</title>
<link>http://annocpan.org/~FLORA/Catalyst-Runtime-5.80004/lib/Catalyst.pm#note_2310</link>
<description>&lt;p>$c-&gt;error returns an ARRAY reference, so the second line will always die().&lt;/p>
</description>
<dc:creator>mishoo</dc:creator>
<dc:date>2009-05-23T13:38:31+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~DMAKI/Data-Decode-0.00006/lib/Data/Decode.pm#note_2309">
<title>Data::Decode</title>
<link>http://annocpan.org/~DMAKI/Data-Decode-0.00006/lib/Data/Decode.pm#note_2309</link>
<description>&lt;p>use Data::Decode::Encode::Guess;&lt;/p>
</description>
<dc:creator>oalders</dc:creator>
<dc:date>2009-05-21T16:44:44+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~NMUELLER/HTML-GoogleMaps-10/lib/HTML/GoogleMaps.pm#note_2308">
<title>HTML::GoogleMaps</title>
<link>http://annocpan.org/~NMUELLER/HTML-GoogleMaps-10/lib/HTML/GoogleMaps.pm#note_2308</link>
<description>&lt;p>Well (nothing to do with Perl nor with the module but), actually Greenwich has longitude 0 and latitude 51 N, so I would say 
$map-&gt;add_marker(point =&gt; [ lat, long ] is right and
$map-&gt;add_marker(point =&gt; [ 51, 0 ]&lt;/p>
&lt;p>should point to Greenwich&lt;/p>
</description>
<dc:creator>grubert</dc:creator>
<dc:date>2009-05-20T08:16:25+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2307">
<title>WWW::Contact::GoogleContactsAPI</title>
<link>http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2307</link>
<description>&lt;p>use Data::Dumper;&lt;/p>
&lt;p># example will otherwise produce error:&lt;/p>
&lt;p># Undefined subroutine &amp;main::Dumper&lt;/p>
</description>
<dc:creator>oalders</dc:creator>
<dc:date>2009-05-20T03:42:34+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2306">
<title>WWW::Contact::GoogleContactsAPI</title>
<link>http://annocpan.org/~FAYLAND/WWW-Contact-0.26/lib/WWW/Contact/GoogleContactsAPI.pm#note_2306</link>
<description>&lt;p>use WWW::Contact;
use Data::Dumper;&lt;/p>
</description>
<dc:creator>oalders</dc:creator>
<dc:date>2009-05-20T03:42:01+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~JADEV/Term-ANSIMenu-0.02/ANSIMenu.pm#note_2305">
<title>Term::ANSIMenu</title>
<link>http://annocpan.org/~JADEV/Term-ANSIMenu-0.02/ANSIMenu.pm#note_2305</link>
<description>&lt;p>['2', 'This string is just too long \
       to fit in a normal terminal \
       and thus it will be clipped.']
------------------------
the second element in above arrayref will cause a error like:
-----
" items must be an array of arrays containing keynames, descriptions and code references"
------
that because the "descriptions" can't include "\n", change the description to "This string is just too long to fit in a normal terminal and thus it will be clipped." will solve this problem.&lt;/p>
</description>
<dc:creator>cnhacktnt</dc:creator>
<dc:date>2009-05-20T02:24:58+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2304">
<title>XML::Writer</title>
<link>http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2304</link>
<description>&lt;p>Could you add a getNamespaces method to test whether a given XML::Writer expects namespaces or document the XML::Writer::Namespaces subclass? You can test with UNIVERSAL::isa($writer,"XML::Writer::Namespaces") but this is not documented.&lt;/p>
</description>
<dc:creator>VOJ</dc:creator>
<dc:date>2009-05-19T11:47:13+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2303">
<title>XML::Writer</title>
<link>http://annocpan.org/~JOSEPHW/XML-Writer-0.606/Writer.pm#note_2303</link>
<description>&lt;p>Does PREFIX_MAP only have an effect if NAMESPACES is also set? If so, PREFIX_MAP should imply NAMESPACES. Could you clarify this.&lt;/p>
</description>
<dc:creator>VOJ</dc:creator>
<dc:date>2009-05-19T11:44:31+00:00</dc:date>
</item>

<item rdf:about="http://annocpan.org/~ANDYA/Test-Harness-3.17/lib/TAP/Parser.pm#note_2302">
<title>TAP::Parser</title>
<link>http://annocpan.org/~ANDYA/Test-Harness-3.17/lib/TAP/Parser.pm#note_2302</link>
<description>&lt;pre> my $parser = TAP::Parser-&gt;new( {
     source   =&gt; $test_file,
     switches =&gt; [ '-Ilib' ],
 } );&lt;/pre>
</description>
<dc:creator>xav</dc:creator>
<dc:date>2009-05-07T09:44:45+00:00</dc:date>
</item>

</rdf:RDF>
