sync blead with Update Archive::Extract 0.34
[p5sagit/p5-mst-13.2.git] / lib / Cwd.pm
index 83239bf..4618f94 100644 (file)
@@ -171,7 +171,7 @@ use strict;
 use Exporter;
 use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
 
-$VERSION = '3.29_01';
+$VERSION = '3.30';
 my $xs_version = $VERSION;
 $VERSION = eval $VERSION;
 
@@ -289,6 +289,7 @@ my %METHOD_MAP =
     abs_path           => 'fast_abs_path',
    },
 
+   # QNX4.  QNX6 has a $os of 'nto'.
    qnx =>
    {
     cwd                        => '_qnx_cwd',
@@ -327,7 +328,6 @@ my %METHOD_MAP =
   );
 
 $METHOD_MAP{NT} = $METHOD_MAP{MSWin32};
-$METHOD_MAP{nto} = $METHOD_MAP{qnx};
 
 
 # Find the pwd command in the expected locations.  We assume these