Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the RDF-Trine CPAN distribution.

Report information
The Basics
Id: 73565
Status: resolved
Priority: 0/
Queue: RDF-Trine

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.137
Fixed in: (no value)



Subject: typos in POD
Hi, here's patch to fix a few typos in POD that lintian complained about: --- a/lib/RDF/Trine/Exporter/CSV.pm +++ b/lib/RDF/Trine/Exporter/CSV.pm @@ -43,7 +43,7 @@ =item C<< new ( sep_char => $sep_char, quote => $bool ) >> Returns a new RDF::Trine::Exporter::CSV object. If C<< $sep_char >> is provided, -it is used as the seperator character in CSV serialization, otherwise a comma +it is used as the separator character in CSV serialization, otherwise a comma (",") is used. =cut --- a/lib/RDF/Trine/Iterator/Graph.pm +++ b/lib/RDF/Trine/Iterator/Graph.pm @@ -146,7 +146,7 @@ before serialization. Uniqueness is opt-in for efficiency concerns -- this method requires O(n) memory, -and so may have noticable effects on large graphs. +and so may have noticeable effects on large graphs. =cut --- a/lib/RDF/Trine/Node/Literal.pm +++ b/lib/RDF/Trine/Node/Literal.pm @@ -290,7 +290,7 @@ representation of the value C<< $string >>. Otherwise returns C<< $string >>. Currently, xsd:integer, xsd:decimal, and xsd:boolean are canonicalized. -Additionaly, invalid lexical forms for xsd:float, xsd:double, and xsd:dateTime +Additionally, invalid lexical forms for xsd:float, xsd:double, and xsd:dateTime will trigger a warning. =cut --- a/lib/Test/RDF/Trine/Store.pm +++ b/lib/Test/RDF/Trine/Store.pm @@ -26,7 +26,7 @@ =head1 DESCRIPTION -This packages a few functions that you can call to test a +This module packages a few functions that you can call to test a L<RDF::Trine::Store>, also if it is outside of the main RDF-Trine distribution. Florian
Hi! I have pasted this into a pull request for Greg at github. :-) Kjetil
On Thu Dec 29 09:44:16 2011, KJETILK wrote: Show quoted text
> Hi! > > I have pasted this into a pull request for Greg at github. :-) > > Kjetil
And I have just committed it. Thank you for the patch. .greg