Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-warnings-unused
THIS MODULE HAS BEEN ABANDONED. USE Test::Vars INSTEAD.
https://github.com/gfx/p5-warnings-unused
Last synced: 26 days ago
JSON representation
THIS MODULE HAS BEEN ABANDONED. USE Test::Vars INSTEAD.
- Host: GitHub
- URL: https://github.com/gfx/p5-warnings-unused
- Owner: gfx
- Created: 2011-01-20T02:27:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T13:25:13.000Z (over 11 years ago)
- Last Synced: 2023-04-09T21:19:23.000Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
warnings::unused - Produces warnings when unused variables are detected
SYNOPSIS
use warnings::unused; # installs the check routine as 'once'
use warnings 'once'; # enables the check routineINSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installDEPENDENCIES
Perl 5.8.1 or later, and a C compiler.
COPYRIGHT AND LICENCE
Copyright (C) 2008, Goro Fuji , Some rights reversed.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.