This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Undo VERSION bump for undone code
[perl5.git] / os2 / OS2 / OS2-REXX / REXX.pm
index a094232..ca9fee6 100644 (file)
@@ -11,7 +11,7 @@ require OS2::DLL;
 # Other items we are prepared to export if requested
 @EXPORT_OK = qw(drop register);
 
-$VERSION = '1.05';
+$VERSION = '1.04';
 
 # We cannot just put OS2::DLL in @ISA, since some scripts would use
 # function interface, not method interface...