Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Fennec CPAN distribution.

Report information
The Basics
Id: 85534
Status: new
Priority: 0/
Queue: Fennec

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

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



Subject: Spelling errors in pod
Hi, some little errors: --- a/lib/Fennec.pm +++ b/lib/Fennec.pm @@ -284,7 +284,7 @@ =head2 DECLARE SYNTAX B<Note:> In order to use this you B<MUST> install L<Fennec::Declare> which is a -seperate distribution on cpan. This module is seperate because it uses the +separate distribution on cpan. This module is separate because it uses the controversial L<Devel::Declare> module. t/some_test.t: @@ -427,7 +427,7 @@ =head1 DEFAULT IMPORTED MODULES -B<Note:> These can be overriden either on import, or by subclassing Fennec. +B<Note:> These can be overridden either on import, or by subclassing Fennec. =over 4 --- a/lib/Fennec/Manual.pod +++ b/lib/Fennec/Manual.pod @@ -13,8 +13,8 @@ =item Fennec::Declare -B<Note:> L<Fennec::Declare> is a seperate distribution, and must be installed -seperately. +B<Note:> L<Fennec::Declare> is a separate distribution, and must be installed +separately. L<Fennec::Declare> - Provides the syntax sugar.
Le Mer 22 Mai 2013 00:34:45, GUIMARD a écrit : Show quoted text
> Hi, > > some little errors: > --- a/lib/Fennec.pm > +++ b/lib/Fennec.pm > @@ -284,7 +284,7 @@ > =head2 DECLARE SYNTAX > > B<Note:> In order to use this you B<MUST> install L<Fennec::Declare> > which is a > -seperate distribution on cpan. This module is seperate because it > uses the > +separate distribution on cpan. This module is separate because it > uses the > controversial L<Devel::Declare> module. > > t/some_test.t: > @@ -427,7 +427,7 @@ > > =head1 DEFAULT IMPORTED MODULES > > -B<Note:> These can be overriden either on import, or by subclassing > Fennec. > +B<Note:> These can be overridden either on import, or by subclassing > Fennec. > > =over 4 > > --- a/lib/Fennec/Manual.pod > +++ b/lib/Fennec/Manual.pod > @@ -13,8 +13,8 @@ > > =item Fennec::Declare > > -B<Note:> L<Fennec::Declare> is a seperate distribution, and must be > installed > -seperately. > +B<Note:> L<Fennec::Declare> is a separate distribution, and must be > installed > +separately. > > L<Fennec::Declare> - Provides the syntax sugar.
Another one: --- a/lib/Fennec.pm +++ b/lib/Fennec.pm @@ -562,7 +562,7 @@ =item seed => '...' -Set the random seed to be used. Defaults to current date, can be overriden by +Set the random seed to be used. Defaults to current date, can be overridden by the FENNEC_SEED environment variable. =item debug => $BOOL