public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* perlcritic & perltidy
@ 2012-07-07  0:23 Andrew DeFaria
  2012-07-07  7:20 ` David Sastre Medina
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew DeFaria @ 2012-07-07  0:23 UTC (permalink / raw)
  To: cygwin

Not specifically a Cygwin question but I used to be able to do cpan 
perlcritic or cpan perltidy to install those. But now when I try I get:

    Warning: Cannot install perlcritic, don't know what it is.
    Try the command

         i /perlcritic/

    to find objects with matching identifiers.

I tried the i /perlcritic/ and no package seems to be the right one:

    cpan[1]> i /perlcritic/
    CPAN: Storable loaded ok (v2.20)
    Reading '/home/adefaria/.cpan/Metadata'
       Database was generated on Fri, 06 Jul 2012 01:43:03 GMT
    Distribution    AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz
    Module  < Benchmark::Perl::Formance::Plugin::PerlCritic
    (SCHWIGON/perl-formance/Benchmark-Perl-Formance-0.27.tar.gz)
    Module  < Code::TidyAll::Plugin::PerlCritic
    (JSWARTZ/Code-TidyAll-0.02.tar.gz)
    Module  < Padre::Plugin::PerlCritic
    (AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz)
    Module  < Test::Apocalypse::PerlCritic
    (APOCAL/Test-Apocalypse-1.002.tar.gz)
    5 items found

    cpan[2]>

Any ideas?
-- 
Andrew DeFaria <http://defaria.com>
Part of the inhumanity of the computer is that, once it is competently 
programmed and working smoothly, it is completely honest. - Isaac Asimov


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: perlcritic & perltidy
  2012-07-07  0:23 perlcritic & perltidy Andrew DeFaria
@ 2012-07-07  7:20 ` David Sastre Medina
  2012-07-08 15:59   ` Andrew DeFaria
  0 siblings, 1 reply; 3+ messages in thread
From: David Sastre Medina @ 2012-07-07  7:20 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

On Fri, Jul 06, 2012 at 05:23:00PM -0700, Andrew DeFaria wrote:
> Not specifically a Cygwin question but I used to be able to do cpan
> perlcritic or cpan perltidy to install those. But now when I try I
> get:
> 
>    Warning: Cannot install perlcritic, don't know what it is.
>    Try the command
> 
>         i /perlcritic/
> 
>    to find objects with matching identifiers.
> 
> I tried the i /perlcritic/ and no package seems to be the right one:
> 
>    cpan[1]> i /perlcritic/
>    CPAN: Storable loaded ok (v2.20)
>    Reading '/home/adefaria/.cpan/Metadata'
>       Database was generated on Fri, 06 Jul 2012 01:43:03 GMT
>    Distribution    AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz
>    Module  < Benchmark::Perl::Formance::Plugin::PerlCritic
>    (SCHWIGON/perl-formance/Benchmark-Perl-Formance-0.27.tar.gz)
>    Module  < Code::TidyAll::Plugin::PerlCritic
>    (JSWARTZ/Code-TidyAll-0.02.tar.gz)
>    Module  < Padre::Plugin::PerlCritic
>    (AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz)
>    Module  < Test::Apocalypse::PerlCritic
>    (APOCAL/Test-Apocalypse-1.002.tar.gz)
>    5 items found
> 
>    cpan[2]>
> 
> Any ideas?

Maybe

m /^perl::tidy$/
m /^perl::critic$/

HTH

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 230 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: perlcritic & perltidy
  2012-07-07  7:20 ` David Sastre Medina
@ 2012-07-08 15:59   ` Andrew DeFaria
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew DeFaria @ 2012-07-08 15:59 UTC (permalink / raw)
  To: cygwin

On 07/07/2012 12:20 AM, David Sastre Medina wrote:
> On Fri, Jul 06, 2012 at 05:23:00PM -0700, Andrew DeFaria wrote:
>> Not specifically a Cygwin question but I used to be able to do cpan
>> perlcritic or cpan perltidy to install those. But now when I try I
>> get:
>>
>>     Warning: Cannot install perlcritic, don't know what it is.
>>     Try the command
>>
>>          i /perlcritic/
>>
>>     to find objects with matching identifiers.
>>
>> I tried the i /perlcritic/ and no package seems to be the right one:
>>
>>     cpan[1]> i /perlcritic/
>>     CPAN: Storable loaded ok (v2.20)
>>     Reading '/home/adefaria/.cpan/Metadata'
>>        Database was generated on Fri, 06 Jul 2012 01:43:03 GMT
>>     Distribution    AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz
>>     Module  < Benchmark::Perl::Formance::Plugin::PerlCritic
>>     (SCHWIGON/perl-formance/Benchmark-Perl-Formance-0.27.tar.gz)
>>     Module  < Code::TidyAll::Plugin::PerlCritic
>>     (JSWARTZ/Code-TidyAll-0.02.tar.gz)
>>     Module  < Padre::Plugin::PerlCritic
>>     (AZAWAWI/Padre-Plugin-PerlCritic-0.12.tar.gz)
>>     Module  < Test::Apocalypse::PerlCritic
>>     (APOCAL/Test-Apocalypse-1.002.tar.gz)
>>     5 items found
>>
>>     cpan[2]>
>>
>> Any ideas?
> Maybe
>
> m /^perl::tidy$/
> m /^perl::critic$/
>
> HTH
>
I do believe that's it! When you install Perl::Tidy and Perl::Critic the 
command line version come along. Thanks for jaring my memory.
-- 
Andrew DeFaria <http://defaria.com>
Old dog still learning - please don't shoot yet


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-08 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-07  0:23 perlcritic & perltidy Andrew DeFaria
2012-07-07  7:20 ` David Sastre Medina
2012-07-08 15:59   ` Andrew DeFaria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).