https://github.com/trwyant/perl-perl-critic-policy-regularexpressions-prohibitemptyalternatives
Perl::Critic policy to flag empty alternatives in regular expressions.
https://github.com/trwyant/perl-perl-critic-policy-regularexpressions-prohibitemptyalternatives
Last synced: 3 months ago
JSON representation
Perl::Critic policy to flag empty alternatives in regular expressions.
- Host: GitHub
- URL: https://github.com/trwyant/perl-perl-critic-policy-regularexpressions-prohibitemptyalternatives
- Owner: trwyant
- Created: 2020-02-24T16:41:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T15:33:28.000Z (about 3 years ago)
- Last Synced: 2025-01-10T11:05:59.736Z (5 months ago)
- Language: Perl
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Contributing: CONTRIBUTING
- License: LICENSES/Artistic
Awesome Lists containing this project
README
Perl-Critic-Policy-RegularExpressions-Alternative is Copyright (C) 2020-2022 by Thomas R. Wyant, III
DESCRIPTION
Beware empty alternatives, because they always match.
INSTALLATION
This module is best installed using your favorite CPAN client: cpan,
cpanp, or cpanm. ActivePerl users can try their ppm.Failing that, you can use one of the two usual incantations:
gunzip Perl-Critic-Policy-RegularExpressions-Alternative-9.999.tar.gz
tar -xf Perl-Critic-Policy-RegularExpressions-Alternative-9.999.tar
perl Makefile.PL
make
make test
make installor
gunzip Perl-Critic-Policy-RegularExpressions-Alternative-9.999.tar.gz
tar -xf Perl-Critic-Policy-RegularExpressions-Alternative-9.999.tar
perl Build.PL
./Build
./Build test
./Build installYou should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.Of course, since it's pure Perl, you can just expand the kit and drop
SpaceTrack.pm and the SpaceTrack folder into the Astro directory
(creating it if necessary) in the appropriate place in your @INC
directories.LICENSING INFORMATION
This package is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the directory LICENSES.This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.