App-used

 view release on metacpan or  search on metacpan

lib/App/used.pm  view on Meta::CPAN


=head1 NAME

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

=head1 VERSION

This documentation refers to App::used version 0.1.0


=head1 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

=head1 DESCRIPTION

The C<used> tells you what modules have been C<used> or C<required> or
C<extend>ed (Moose) or L<Catalyst> plugins used by files in the current
directory and subdirectories.

=head1 SUBROUTINES/METHODS

=head1 DIAGNOSTICS

=head1 CONFIGURATION AND ENVIRONMENT

=head1 DEPENDENCIES

=head1 INCOMPATIBILITIES

=head1 BUGS AND LIMITATIONS

There are no known bugs in this module.

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

Patches are welcome.

=head1 AUTHOR

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

=head1 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 L<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.

=cut



( run in 2.733 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )