GlibMakeHelper 1140
- Homepage:
- Date Added: 30/09/2006
- File size: 0
- Downloads: 28111
GlibMakeHelper 1140
Bookmark
GlibMakeHelper 1140 Description
- 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.
Requ . you can
free download
GlibMakeHelper 1140 now.
GlibMakeHelper 1140 Screenshot
GlibMakeHelper 1140 useful links
GlibMakeHelper 1140
Related Software
GlibMakeHelper 1140
Keyword
GlibMakeHelper ,
Perl ,
module ,
Makefile.PL ,
utilities ,
Glib-based ,
extensions.
SYNOPSIS
,
eval ,
GlibMakeHelper; ,
1
,
complainthatglibistoooldanddie;
,
xspodfiles ,
GlibMakeHelper->dopodfiles ,
xsfiles;
,
package ,
MY;
,
postamble ,
{
,
return ,
GlibMakeHelper->postambleclean ,
GlibMakeHelper->postambledocs ,
mainxsfiles
,
GlibMakeHelper->postamblerpms ,
MYLIB ,
$buildreqs{MyLib}
,
;
,
}
The ,
Makefile.PL ,
your ,