summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2012-02-22 17:45:06 -0500
committerDavid Golden <dagolden@cpan.org>2012-02-22 17:45:09 -0500
commitb0cd92fc1e61f03bceba148fd1b00600c54a7f81 (patch)
tree8b4e4eacece922d97736bd9cb6bf751a197c5a50 /dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
parent92f45436f2e74a920138b4a7cad5a81b2f8a61dd (diff)
downloadperl-b0cd92fc1e61f03bceba148fd1b00600c54a7f81.tar.gz
ExtUtils::CBuilder: add support information
Adds a documentation note about support. Adds a README.patching file with instructions for bumping versions, Changes, etc.
Diffstat (limited to 'dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm')
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
index fed4b84b22..47238e8b02 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
@@ -4,7 +4,7 @@ use strict;
use ExtUtils::CBuilder::Base;
use vars qw($VERSION @ISA);
-$VERSION = '0.280205';
+$VERSION = '0.280206';
@ISA = qw(ExtUtils::CBuilder::Base);
use File::Spec::Functions qw(catfile catdir);