# ABSTRACT: Utility functions for ExtUtils::Builder
__END__
=pod
=encoding UTF-8
=head1 NAME
ExtUtils::Builder::Util - Utility functions for ExtUtils::Builder
=head1 VERSION
version 0.016
=head1 DESCRIPTION
This is a module containing some helper functions for L<ExtUtils::Builder>.
=head1 FUNCTIONS
=head2 function(%arguments)
This is a shorthand for calling L<ExtUtils::Builder::Action::Function|ExtUtils::Builder::Action::Function>'s contructor.
=head2 command(%arguments)
This is a shorthand for calling L<ExtUtils::Builder::Action::Code|ExtUtils::Builder::Action::Code>'s contructor.
=head2 code(@command)
This is a shorthand for calling L<ExtUtils::Builder::Action::Code|ExtUtils::Builder::Action::Code>'s contructor, with C<@command> passed as its C<command> argument.
=head2 glob_to_regex($glob)
This translates a unix glob expression (e.g. C<*.txt>) to a regex.
=head2 unix_to_native_path($path)
This converts a unix path to a native path.
=head2 native_to_unix_path($path)
This converts a native path to a unix path.
=head2 get_perl(%options)
This function takes a hash with various (optional) keys:
=over 4
=item * config
An L<ExtUtils::Config|ExtUtils::Config> (compatible) object.
=back
=head2 require_module($module)
Dynamically require a module.
=head1 AUTHOR
Leon Timmermans <fawaka@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by 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.
=cut
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)