diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2010-06-02 09:56:19 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2010-06-02 09:56:19 +0000 |
commit | 796884e0e279777167e83cb22e0c7893f14f39cb (patch) | |
tree | 494a7e46399c96fea8c737cd2d994d0d046169b1 /lib/MDK/Common.pm.pl | |
parent | c9caf51ec391bed1446ae5f27ed02c6283e7560f (diff) | |
download | perl-MDK-Common-1.2.25.tar perl-MDK-Common-1.2.25.tar.gz perl-MDK-Common-1.2.25.tar.bz2 perl-MDK-Common-1.2.25.tar.xz perl-MDK-Common-1.2.25.zip |
preserve sockets and pipes in cp_af1.2.25
Diffstat (limited to 'lib/MDK/Common.pm.pl')
-rw-r--r-- | lib/MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDK/Common.pm.pl b/lib/MDK/Common.pm.pl index 4a490f5..266242f 100644 --- a/lib/MDK/Common.pm.pl +++ b/lib/MDK/Common.pm.pl @@ -73,7 +73,7 @@ our @ISA = qw(Exporter); # perl_checker: RE-EXPORT-ALL our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -our $VERSION = "1.2.24"; +our $VERSION = "1.2.25"; 1; EOF |