NAME

App::used - Find modules used or required in perl files or directories of perl files

VERSION

This documentation refers to App::used version 0.1.0

SYNOPSIS

  used [option]

OPTIONS:
 -n --name       Order by module name (Default order)
 -I --lib[=]dir  Add the directory to the list of local library paths. This
                 stops reporting of modules that are part of the project
                 being marked as not added to the Build.PL file. The default
                 list includes lib/ and t/lib/
 -u --used       Order by the number of times a module is used/required
 -U --update     Update the requires section of the Build.PL file
 -d --decending  Reverse the sort order

 -m --min-version
                 Show all files minimum Perl version requirement.
 -p --perl-version
                 Show files that require the highest version of Perl to be used
 -u --uses       Show dependent modules in order of how often they are used
 -b --build[=]name
                 Specify the builder script file (Default Build.PL)
 -x --exclude[=]regexp
                 Ignore directories and files matching this regexp
 -q --quiet      Quiet down output
 -v --verbose    Show more detailed option
                   Specified once shows module verion numbers verses required
                   versions.
                   Specified twice also shows modules that are local to the
                   project and modules that are part of the default perl
                   version.
    --version    Prints the version information
    --help       Prints this help information
    --man        Prints the full documentation for used

DESCRIPTION

The used tells you what modules have been used or required or extended (Moose) or Catalyst plugins used by files in the current directory and subdirectories.

SUBROUTINES/METHODS

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Ivan Wills (ivan.wills@gmail.com).

Patches are welcome.

AUTHOR

Ivan Wills - (ivan.wills@gmail.com)

LICENSE AND COPYRIGHT

Copyright (c) 2009-2015 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. 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.