diff options
author | Steve Hay <SteveHay@planit.com> | 2008-09-30 11:25:01 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-09-30 11:25:01 +0000 |
commit | 738349a8c2d75ad4e5c0317bb9f69744bfeef05d (patch) | |
tree | 4de809640b31020ba2834a19ded83b7ab3bea56f /lib/Module/Build/Platform/RiscOS.pm | |
parent | 5bca5c48fc14b9266d0bbef49a265ce0d735b118 (diff) | |
download | perl-738349a8c2d75ad4e5c0317bb9f69744bfeef05d.tar.gz |
Upgrade to Module-Build-0.30
Local changes 32357 in ppm.t and 32351 in test_type.t and xs.t remain,
but not the tilde.t part of 32351, which looks like it might be
superseded by changes in 0.30
p4raw-id: //depot/perl@34446
Diffstat (limited to 'lib/Module/Build/Platform/RiscOS.pm')
-rw-r--r-- | lib/Module/Build/Platform/RiscOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/Platform/RiscOS.pm b/lib/Module/Build/Platform/RiscOS.pm index 8883e2092a..faeac895c3 100644 --- a/lib/Module/Build/Platform/RiscOS.pm +++ b/lib/Module/Build/Platform/RiscOS.pm @@ -2,7 +2,7 @@ package Module::Build::Platform::RiscOS; use strict; use vars qw($VERSION); -$VERSION = '0.2808_01'; +$VERSION = '0.30'; $VERSION = eval $VERSION; use Module::Build::Base; |