Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petdance/perl-critic-bangs
Perl::Critic::Bangs -- Extra policies for Perl::Critic
https://github.com/petdance/perl-critic-bangs
hacktoberfest perl static-analysis
Last synced: about 2 months ago
JSON representation
Perl::Critic::Bangs -- Extra policies for Perl::Critic
- Host: GitHub
- URL: https://github.com/petdance/perl-critic-bangs
- Owner: petdance
- Created: 2009-03-07T05:46:25.000Z (almost 16 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-21T04:36:50.000Z (3 months ago)
- Last Synced: 2024-10-21T07:06:13.477Z (3 months ago)
- Topics: hacktoberfest, perl, static-analysis
- Language: Perl
- Homepage:
- Size: 205 KB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Perl-Critic-Bangs
* [![Build Status](https://github.com/petdance/perl-critic-bangs/workflows/testsuite/badge.svg?branch=dev)](https://github.com/petdance/perl-critic-bangs/actions?query=workflow%3Atestsuite+branch%3Adev)
* [CPAN Testers](http://cpantesters.org/distro/P/Perl-Critic-Bangs.html)Perl::Critic::Bangs is a collection of Perl::Critic policies to
help make your life easier.# INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install# SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Perl::Critic::Bangs
You can also look for information at:
* MetaCPAN
* https://metacpan.org/pod/Perl::Critic::Bangs* Issue Tracker:
* https://github.com/petdance/perl-critic-bangs/issues* Source code repository:
* https://github.com/petdance/perl-critic-bangs# COPYRIGHT AND LICENSE
Copyright (C) 2006-2021 Andy Lester
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.* https://opensource.org/licenses/artistic-license-2.0.php