summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/AmigaOS.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Cygwin.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Epoc.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Functions.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Mac.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/OS2.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Unix.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/VMS.pm2
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Win32.pm2
9 files changed, 10 insertions, 10 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/AmigaOS.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/AmigaOS.pm
index fd9da81cdf..3fc3c98996 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/AmigaOS.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/AmigaOS.pm
@@ -3,7 +3,7 @@ package File::Spec::AmigaOS;
use strict;
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Cygwin.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Cygwin.pm
index 953c23361a..fb3eaaac3e 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Cygwin.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Cygwin.pm
@@ -3,7 +3,7 @@ package File::Spec::Cygwin;
use strict;
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Epoc.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Epoc.pm
index fcb9e894e3..9391f3a05a 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Epoc.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Epoc.pm
@@ -2,7 +2,7 @@ package File::Spec::Epoc;
use strict;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
require File::Spec::Unix;
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Functions.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Functions.pm
index e14ad2f745..a0d864182a 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Functions.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Functions.pm
@@ -3,7 +3,7 @@ package File::Spec::Functions;
use File::Spec;
use strict;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
require Exporter;
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Mac.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Mac.pm
index 8026edcb12..5f5cca9cd7 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Mac.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Mac.pm
@@ -4,7 +4,7 @@ use strict;
use Cwd ();
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/OS2.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/OS2.pm
index 3c35ba99b4..eea5328124 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/OS2.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/OS2.pm
@@ -4,7 +4,7 @@ use strict;
use Cwd ();
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Unix.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Unix.pm
index c06d18f468..2d5af10827 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Unix.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Unix.pm
@@ -3,7 +3,7 @@ package File::Spec::Unix;
use strict;
use Cwd ();
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
=head1 NAME
@@ -530,7 +530,7 @@ Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-Please submit bug reports and patches to perlbug@perl.org.
+Please submit bug reports at L<https://github.com/Perl/perl5/issues>.
=head1 SEE ALSO
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/VMS.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/VMS.pm
index 9b78c8b4bc..e5d5a38f20 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/VMS.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/VMS.pm
@@ -4,7 +4,7 @@ use strict;
use Cwd ();
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Win32.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Win32.pm
index 1537442023..292c2f8d1a 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Win32.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/File/Spec/Win32.pm
@@ -5,7 +5,7 @@ use strict;
use Cwd ();
require File::Spec::Unix;
-our $VERSION = '3.80';
+our $VERSION = '3.88';
$VERSION =~ tr/_//d;
our @ISA = qw(File::Spec::Unix);