From 13a588523d3da5bc00dd59b5be6f345109edf768 Mon Sep 17 00:00:00 2001 From: Jozef Kutej Date: Sat, 19 Jun 2010 22:15:05 +0200 Subject: [PATCH] README update --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index d930f4a..81e5d2d 100644 --- a/README +++ b/README @@ -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. @@ -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