Age | Commit message (Collapse) | Author | Files |
|
cpan-base class and update cpan_build to work with the new perl layout that
was added with perl 5.8.8.
|
|
DEPENDS when building anything apart from libmodule-build-perl or
libmodule-build-perl-native. When building itself it uses itself to provide
the libmodule-build-perl code, for anything else it needs to have been built
and installed. Remove the explicit depends from the modules that use it.
|
|
and RDEPEND on perl-native to avoid having to add it to every single
perl module recipe.
|
|
uses the old Makefile.PL based build ssytem. This class is for perl modules
that use the new Build.PL based build system (not widely used yet but
starting to appear). Again this use site_perl instead of vendor_perl since
vender_perl is not being setup by the perl build.
|