VMS.pm (Module-Build-0.4232) | : | VMS.pm (Module-Build-0.4234) | ||
---|---|---|---|---|
package Module::Build::Platform::VMS; | package Module::Build::Platform::VMS; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4232'; | our $VERSION = '0.4234'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
use Module::Build::Base; | use Module::Build::Base; | |||
use Config; | use Config; | |||
our @ISA = qw(Module::Build::Base); | our @ISA = qw(Module::Build::Base); | |||
=head1 NAME | =head1 NAME | |||
Module::Build::Platform::VMS - Builder class for VMS platforms | Module::Build::Platform::VMS - Builder class for VMS platforms | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |