Skip Menu |

This queue is for tickets about the DateTime-Event-Easter CPAN distribution.

Report information
The Basics
Id: 51892
Status: resolved
Priority: 0/
Queue: DateTime-Event-Easter

People
Owner: J2N-FORGET [...] orange.fr
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: (Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/DateTime/Event/Easter.pm b/lib/DateTime/Event/Easter.pm index fc95040..fb430f0 100755 --- a/lib/DateTime/Event/Easter.pm +++ b/lib/DateTime/Event/Easter.pm @@ -418,7 +418,7 @@ This parameter also allows the following abreviations: day => By default, all returns are single points in time. Namely they are the moment of midnight for the day in question. If you want Easter 2003 then you actually get back midnight of April 20th 2003. If you specify -C<as => 'span'> in your constructor, you'll now receive 24 hour spans +C<< as => 'span' >> in your constructor, you'll now receive 24 hour spans rather than moments (or 'points'). I<See also the C<as_span> and C<as_point> methods below> @@ -474,7 +474,7 @@ Returns a DateTime::Set of Easter Events. In the past this method used the same syntax as 'as_list' above. However we now allow both the above syntax as well as the full options allowable when creating sets with C<DateTime::Set>. This means you can call -C<$datetime_set = $palm_sunday->as_set;> and it will return a +C<< $datetime_set = $palm_sunday->as_set; >> and it will return a C<DateTime::Set> of all Palm Sundays. See C<DateTime::Set> for more information.
Le Lun 23 Nov 2009 19:37:13, FWIE a écrit : Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Fixed in https://github.com/jforget/DateTime-Event-Easter Jean Forget
Le Lun 23 Nov 2009 19:37:13, FWIE a écrit : Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Fixed in 1.05 Jean Forget