PPMMaker.pm (Module-Build-0.4232) | : | PPMMaker.pm (Module-Build-0.4234) | ||
---|---|---|---|---|
package Module::Build::PPMMaker; | package Module::Build::PPMMaker; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
use Config; | use Config; | |||
our $VERSION = '0.4232'; | our $VERSION = '0.4234'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
# This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a | # This code is mostly borrowed from ExtUtils::MM_Unix 6.10_03, with a | |||
# few tweaks based on the PPD spec at | # few tweaks based on the PPD spec at | |||
# http://www.xav.com/perl/site/lib/XML/PPD.html | # http://www.xav.com/perl/site/lib/XML/PPD.html | |||
# The PPD spec is based on <http://www.w3.org/TR/NOTE-OSD> | # The PPD spec is based on <http://www.w3.org/TR/NOTE-OSD> | |||
sub new { | sub new { | |||
my $package = shift; | my $package = shift; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |