summaryrefslogblamecommitdiffstats
path: root/perl-cpan/FUNCTIONS
blob: 0f272cecf280866f52c44b329e04a639adfd0909 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                          
                                                                
 



                                                                  
#-------------------------------------------------------------------------
## Section-default build script.
#-------------------------------------------------------------------------
function default_build() {
  PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 default_build_perl
}

function default_install() {
  PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 default_install_perl
}