From d8528f07d4f9e687f7398656349cf605d0c2fb93 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 31 Mar 2008 23:08:45 +0000 Subject: $VERSION++ for all the non-dual life modules outside ext/ that Porting/cmpVERSION.pl reports differ from the 5.10.0 release. All the rest of the differences would seem to be dual-life. :-( p4raw-id: //depot/perl@33623 --- os2/OS2/REXX/REXX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os2/OS2') diff --git a/os2/OS2/REXX/REXX.pm b/os2/OS2/REXX/REXX.pm index b99815a041..ca9fee69ce 100644 --- a/os2/OS2/REXX/REXX.pm +++ b/os2/OS2/REXX/REXX.pm @@ -11,7 +11,7 @@ require OS2::DLL; # Other items we are prepared to export if requested @EXPORT_OK = qw(drop register); -$VERSION = '1.03'; +$VERSION = '1.04'; # We cannot just put OS2::DLL in @ISA, since some scripts would use # function interface, not method interface... -- cgit v1.2.1