Glib::MakeHelper 1.140 review

Download
by rbytes.net on

Glib::MakeHelper is a Perl module for Makefile.PL utilities for Glib-based extensions. SYNOPSIS eval "use Glib::MakeHelper; 1"

License: Perl Artistic License
File size: 235K
Developer: Ross McFarland
0 stars award from rbytes.net

Glib::MakeHelper is a Perl module for Makefile.PL utilities for Glib-based extensions.

SYNOPSIS

eval "use Glib::MakeHelper; 1"
or complain_that_glib_is_too_old_and_die();

%xspod_files = Glib::MakeHelper->do_pod_files (@xs_files);

package MY;
sub postamble {
return Glib::MakeHelper->postamble_clean ()
. Glib::MakeHelper->postamble_docs (@main::xs_files)
. Glib::MakeHelper->postamble_rpms (
MYLIB => $build_reqs{MyLib},
);
}

The Makefile.PL for your typical Glib-based module is huge and hairy, thanks to all the crazy hoops you have to jump through to get things right. This module wraps up some of the more intense and error-prone bits to reduce the amount of copied code and potential for errors.

Requirements:
Perl

Glib::MakeHelper 1.140 keywords