Query: extutils::helpers
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ExtUtils::Helpers(3) User Contributed Perl Documentation ExtUtils::Helpers(3)NAMEExtUtils::Helpers - Various portability utilities for module buildersVERSIONversion 0.021SYNOPSISuse ExtUtils::Helpers qw/build_script make_executable split_like_shell/; unshift @ARGV, split_like_shell($ENV{PROGRAM_OPTS}); write_script_to('Build'); make_executable('Build');DESCRIPTIONThis module provides various portable helper functions for module building modules.FUNCTIONSbuild_script() This function returns the appropriate name for the Build script on the local platform. 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. manify($input_filename, $output_file, $section, $opts) Create a manpage for the script in $input_filename as $output_file in section $sectionACKNOWLEDGEMENTSOlivier Mengue and Christian Walde made "make_executable" work on Windows.AUTHORSo Ken Williams <kwilliams@cpan.org> o Leon Timmermans <leont@cpan.org>COPYRIGHT AND LICENSEThis 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 v5.18.2 2013-05-06 ExtUtils::Helpers(3)
Related Man Pages |
---|
module::build::compat(3pm) - osx |
module::build::tiny5.18(3pm) - mojave |
module::build::tiny(3pm) - mojave |
extutils::helpers5.18(3) - mojave |
module::build::platform::macos(3) - centos |
Similar Topics in the Unix Linux Community |
---|
calling Perl from C |
lowercase basedir? get filename |