Apache-Reload
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
if ($rversion == 2){
if ($@){
warn "Note: Did not find mod_perl2 installed\n";
}
return; # do not die, let PREREQ_PM handle it
}
}
die "Can't find mod_perl installed\nThe error was: $@" if $@;
}
# the function looks at %ENV and Makefile.PL option to figure out
# whether a specific mod_perl generation was requested.
# It uses the following logic:
# via options:
# perl Makefile.PL MOD_PERL=2
# or via %ENV:
# env MOD_PERL=1 perl Makefile.PL
#
# return value is:
# 1 or 2 if the specification was found (mp 1 and mp 2 respectively)
# 0 otherwise
3. when the package has been reported to be good, prepare a new
package to be released
a. edit ./Changes
- remove -rc\d+
- add release date
b. rerun:
% perl Makefile.PL
make sure tag looks right
% make -n tag
c. commit Changes
% svn ci -m "0.14 release" Changes
d. tag
% make tag
e. create the final package
% make dist
( run in 0.401 second using v1.01-cache-2.11-cpan-64827b87656 )