-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=42093
Requested On: Thu Jan 01 23:06:29 2009
Requested By: kalyanrajsista@gmail.com
---
Hello,
I've installed Perl-Critic-1.082, but want to ins…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=34258
Requested On: Wed Mar 19 13:12:51 2008
Requested By: ryandjohnson@gmail.com
---
I tried to figure out how to reproduce this with the tests …
-
```
my $table = 'a';
my $sql = "select * from ".$xyz->abc($table);
print $sql;
```
(there is warning)
```
my $table = 'a';
my $sql = "select * from ".xyz->abc($table);
print $sql;
```
(no warning)
…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=25015
Requested On: Sat Feb 17 18:56:52 2007
Requested By: fake_acct@hotmail.com
---
This distribution has been tested as part of the cpan-tester…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=25014
Requested On: Sat Feb 17 18:56:24 2007
Requested By: fake_acct@hotmail.com
---
This distribution has been tested as part of the cpan-tester…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=29151
Requested On: Tue Sep 04 01:39:35 2007
Requested By: Bernhard.Schmalhofer@gmx.de
---
Hi,
when trying to install Perl::Critic 1.073 on a Li…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=71660
Requested On: Thu Oct 13 08:32:16 2011
Requested By: seven.reeds@gmail.com
---
Absent a response from the requester, I'm calling this a a r…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=68898
Requested On: Fri Jun 17 10:18:58 2011
Requested By: MOREGAN@cpan.org
---
Looks like this got fixed a couple releases back. Forgot to ment…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=63695
Requested On: Tue Dec 07 03:58:19 2010
Requested By: djo@cpan.org
---
lib/Perl/Critic/Policy/TestingAndDebugging/RequireUseStrict.pm requir…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=48917
Requested On: Fri Aug 21 12:04:41 2009
Requested By: johntrammell@gmail.com
---
According to the CHANGES document for List::MoreUtils, the …