Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

ExtUtils::Helpers

Name ExtUtils::Helpers
Version 0.026
Located at /usr/local/share/perl5
File /usr/local/share/perl5/ExtUtils/Helpers.pm
Is Core No
Search CPAN for this module ExtUtils::Helpers
Documentation ExtUtils::Helpers
Module Details ExtUtils::Helpers


NAME

ExtUtils::Helpers - Various portability utilities for module builders


VERSION

version 0.026


SYNOPSIS

 use ExtUtils::Helpers qw/make_executable split_like_shell/;
 unshift @ARGV, split_like_shell($ENV{PROGRAM_OPTS});
 write_script_to('Build');
 make_executable('Build');


DESCRIPTION

This module provides various portable helper functions for module building modules.


FUNCTIONS

make_executable($filename)

This makes a perl script executable.

split_like_shell($string)

This function splits a string the same way as the local platform does.

detildefy($path)

This function substitutes a tilde at the start of a path with the users homedir in an appropriate manner.

man1_pagename($filename)

Returns the man page filename for a script.

man3_pagename($filename, $basedir)

Returns the man page filename for a Perl library.


ACKNOWLEDGEMENTS

Olivier Mengué and Christian Walde made make_executable work on Windows.


AUTHORS


COPYRIGHT AND LICENSE

This software is copyright (c) 2004 by Ken Williams, Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024