Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
jozef committed Jun 19, 2010
1 parent 8b749b0 commit 13a5885
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -14,6 +14,14 @@ SYNOPSIS
DESCRIPTION
Loads a given module and reports it's location and version.

The similar behaviour can be achieved via:

perldoc -l Some::Module
perl -MSome::Module -le 'print $INC{"Some/Module.pm"}'
perl -MSome::Module -le 'print Some::Module->VERSION'
pmpath Some::Module
pmvers Some::Module

EXPORTS
which_pm
same as find only exported under `which_pm' name.
Expand All @@ -28,6 +36,10 @@ FUNCTIONS
`$module_name' can be either `Some::Module::Name' or
`Some/Module/Name.pm'

SEE ALSO
http://perlmonks.org/?node=whichpm, pmpath, Module::InstalledVersion,
Module::Info

LICENSE AND COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down

0 comments on commit 13a5885

Please sign in to comment.