Skip to content

amoore/Perl--Critic--Periscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl::Critic::Periscope

The Perl::Critic::Periscope package is a set of Perl::Critic policies
to help programmers judge if their perl code is compliant with
features that have been depricated in versions of perl.

For more detailed documentation, please see the embedded perldoc in
the Perl::Critic::Periscope module.

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::Periscope

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Critic-Periscope

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Perl-Critic-Periscope

    CPAN Ratings
        http://cpanratings.perl.org/d/Perl-Critic-Periscope

    Search CPAN
        http://search.cpan.org/dist/Perl-Critic-Periscope/


COPYRIGHT AND LICENCE

Copyright (C) 2009 Andrew Moore

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

a proof of concept for using Perl::Critic to find uses of deprecated features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages