Changeset 9579
- Timestamp:
- 12/09/09 17:09:43 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Util.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Util.pm
r9557 r9579 212 212 sub _T { 213 213 shift; 214 }215 216 =pod217 218 =head2 C<pwhich>219 220 # Find the prove utility221 my $prove = Padre::Util::pwhich('prove');222 223 The C<pwhich> function discovers the path to the installed Perl script224 which is in the same installation directory as the Perl user to run225 Padre itself, ignoring the regular search C<PATH>.226 227 Returns the locally-formatted path to the script, or false (null string)228 if the utility does not exist in the current Perl installation.229 230 =cut231 232 sub pwhich {233 my $bin = 1;234 214 } 235 215
Note: See TracChangeset
for help on using the changeset viewer.
