Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 124428
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: nomad [...] null.net
Cc:
AdminCc:

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



Subject: Unknown option: --profile ?
Date: Wed, 14 Feb 2018 14:52:22 +0100
To: bug-Perl-Tidy [...] rt.cpan.org
From: nomad [...] null.net
Latest version as of today: $ perltidy -v This is perltidy, v20180101 Copyright 2000-2018, Steve Hancock Perltidy is free software and may be copied under the terms of the GNU General Public License, which is included in the distribution files. Complete documentation for perltidy can be found using 'man perltidy' or on the internet at http://perltidy.sourceforge.net. The --pro option seems to work fine: $ perltidy --pro=.perltidyrc -nst -b -bext=.bak /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm skipping file: '/tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm': no matches found However the full --profile seems to have stopped working at some point: $ perltidy --profile=.perltidyrc -nst -b -bext=.bak /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm Unknown option: profile=.perltidyrc Error on command line; for help try 'perltidy -h' -- Mark Lawrence
Subject: Re: [rt.cpan.org #124428] Unknown option: --profile ?
Date: Thu, 15 Feb 2018 05:47:44 -0800
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Mark, This is puzzling because I can't reproduce it. I get: perltidy --pro=.perltidyrc -nst -b -bext=.bak /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm skipping file: '/tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm': no matches found perltidy --profile=.perltidyrc -nst -b -bext=.bak /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm skipping file: '/tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm': no matches found The only difference is that I undoubtedly have a different .perltidyrc. So take a look in your .perltidyrc and see if there might be something there causing this. Steve On Wed, Feb 14, 2018 at 5:58 AM, Mark Lawrence via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Wed Feb 14 08:58:14 2018: Request 124428 was acted upon. > Transaction: Ticket created by nomad@null.net > Queue: Perl-Tidy > Subject: Unknown option: --profile ? > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: nomad@null.net > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124428 > > > > Latest version as of today: > > $ perltidy -v > This is perltidy, v20180101 > > Copyright 2000-2018, Steve Hancock > > Perltidy is free software and may be copied under the terms of the > GNU > General Public License, which is included in the distribution > files. > > Complete documentation for perltidy can be found using 'man > perltidy' > or on the internet at http://perltidy.sourceforge.net. > > The --pro option seems to work fine: > > $ perltidy --pro=.perltidyrc -nst -b -bext=.bak > /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm > skipping file: '/tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm': > no matches found > > However the full --profile seems to have stopped working at some point: > > $ perltidy --profile=.perltidyrc -nst -b -bext=.bak > /tmp/githook-perltidy-c9YVYAJR/lib/App/bif.pm > Unknown option: profile=.perltidyrc > Error on command line; for help try 'perltidy -h' > > -- > Mark Lawrence > >
I'm not sure if this issue was ever resolved, so I will leave it open.
I will close this item since it does not seem to be reproducable