The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

deprecated.pl - Check modules and scripts for use of deprecated modules and methods, indicates presence in a file to STDERR. Optionally accepts new modules and adds them to a newly formatted deprecation file.

SYNOPSIS

deprecated.pl [-d|--dir path ] [-v|--verbose] [-a|--depfile] [-n|--new] [-w|--write] [-o|--outfile] [-?|-h|--help]

OPTIONS

-d | --dir path

Overides the default directories to check by one directory 'path' and all its subdirectories.

-a | --depfile

path from working directory that contains the DEPRECATED file.

-n | --new

New addition to the deprecation list; this should be in the form of 'Module,dep_release,remove_release,notes'. Notes should only be 40 chars long.

-b | --bp_version

BioPerl version. This only appears to work correctly when using numerical versions (1.5.2 instead of 1.005002)

-w | --write

Write out new deprecation file to $outfile. If --new is used this is assumed.

-o | --outfile

Name of output file to write deprecation table to. DEPRECATED.NEW is the default name

-o | --outfile

Name of output file to write deprecation table to. DEPRECATED.NEW is the default name

-v | --verbose

Show the progress through files during the checking.

-? | -h | --help

This help text.

FEEDBACK

Mailing Lists

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated.

  bioperl-l@bioperl.org                  - General discussion
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists

Reporting Bugs

Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via the web:

  http://bugzilla.open-bio.org/

AUTHOR - Chris Fields

Email cjfields-at-bioperl-dot-org