Skip Menu |

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

Report information
The Basics
Id: 3709
Status: resolved
Priority: 0/
Queue: Template-Plugin-VMethods

People
Owner: Nobody in particular
Requestors: richardc [...] unixbeard.net
Cc:
AdminCc:

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



Subject: docubug
@SCALAR_OPS = qw(md5 => \&Template::Plugin::MD5::md5, md5_base64 => \&Template::Plugin::MD5::md5_base64); I will wager one whole pie that qw() isn't what you had in mind there
Date: Wed, 3 Sep 2003 18:17:36 +0100 (BST)
From: Mark Fowler <mark [...] twoshortplanks.com>
To: Guest via RT <bug-Template-Plugin-VMethods [...] rt.cpan.org>
Subject: Re: [cpan #3709] docubug
RT-Send-Cc:
On Wed, 3 Sep 2003, Guest via RT wrote: Show quoted text
> I will wager one whole pie that qw() isn't what you had in mind there
No bet; Fixed in next release winging its way to CPAN now -- #!/usr/bin/perl -T use strict; use warnings; print q{Mark Fowler, mark@twoshortplanks.com, http://twoshortplanks.com/};