Skip Menu |

This queue is for tickets about the Template-Alloy CPAN distribution.

Report information
The Basics
Id: 44093
Status: resolved
Priority: 0/
Queue: Template-Alloy

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: [patch] POD errors in Template::Alloy::VMethod
Hi, this patch is against the 1.013 CPAN version. Thanks, Frank diff --git a/lib/Template/Alloy/VMethod.pm b/lib/Template/Alloy/VMethod.pm index d3801a6..63a6847 100644 --- a/lib/Template/Alloy/VMethod.pm +++ b/lib/Template/Alloy/VMethod.pm @@ -422,7 +422,7 @@ than oneliners. These methods are not exposed via the role. Methods by these names implement filters that are more complex than one liners. These methods are not exposed via the role. -=cut +=back =head1 VIRTUAL METHOD LIST @@ -930,7 +930,7 @@ RETURN directive. [% mylist.unshift(23) %] Adds an item to the beginning of the arrayref. -=back 4 +=back =head2 HASH VIRTUAL METHODS
Subject: Re: [rt.cpan.org #44093] [patch] POD errors in Template::Alloy::VMethod
Date: Fri, 13 Mar 2009 09:20:44 -0600
To: bug-Template-Alloy [...] rt.cpan.org
From: Paul Seamons <paul [...] seamons.com>
Thank you. These updates will be in the next release. Paul On Friday 13 March 2009, Frank Wiegand via RT wrote: Show quoted text
> Fri Mar 13 05:22:35 2009: Request 44093 was acted upon. > Transaction: Ticket created by frank.wiegand > Queue: Template-Alloy > Subject: [patch] POD errors in Template::Alloy::VMethod > Broken in: 1.013 > Severity: (no value) > Owner: Nobody > Requestors: frank.wiegand@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44093 > > > > Hi, > > this patch is against the 1.013 CPAN version. > > Thanks, Frank > > > diff --git a/lib/Template/Alloy/VMethod.pm b/lib/Template/Alloy/VMethod.pm > index d3801a6..63a6847 100644 > --- a/lib/Template/Alloy/VMethod.pm > +++ b/lib/Template/Alloy/VMethod.pm > @@ -422,7 +422,7 @@ than oneliners. These methods are not exposed via > the role. > Methods by these names implement filters that are more complex than > one liners. These methods are not exposed via the role. > > -=cut > +=back > > =head1 VIRTUAL METHOD LIST > > @@ -930,7 +930,7 @@ RETURN directive. > > [% mylist.unshift(23) %] Adds an item to the beginning of the > arrayref. > > -=back 4 > +=back > > =head2 HASH VIRTUAL METHODS
Fixed in 1.015 which is now out.