r60003 - in /branches/upstream/libsys-filesystem-perl/current: ./ lib/Sys/ lib/Sys/Filesystem/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Jul 3 11:41:13 UTC 2010


Author: ansgar-guest
Date: Sat Jul  3 11:41:03 2010
New Revision: 60003

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60003
Log:
[svn-upgrade] new version libsys-filesystem-perl (1.29)

Modified:
    branches/upstream/libsys-filesystem-perl/current/Build.PL
    branches/upstream/libsys-filesystem-perl/current/Changes
    branches/upstream/libsys-filesystem-perl/current/META.yml
    branches/upstream/libsys-filesystem-perl/current/Makefile.PL
    branches/upstream/libsys-filesystem-perl/current/README
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Aix.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Cygwin.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Darwin.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Dummy.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Freebsd.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Hpux.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Linux.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Mswin32.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Netbsd.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Solaris.pm
    branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Unix.pm

Modified: branches/upstream/libsys-filesystem-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/Build.PL?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/Build.PL (original)
+++ branches/upstream/libsys-filesystem-perl/current/Build.PL Sat Jul  3 11:41:03 2010
@@ -1,5 +1,5 @@
 # vim:ts=4:sw=4:tw=78
-# $Id: Build.PL 130 2010-05-12 13:19:58Z trevor $
+# $Id: Build.PL 156 2010-07-02 10:08:59Z trevor $
 
 use 5.006;
 
@@ -32,7 +32,7 @@
     sign               => 0,
 
     requires => {
-                  'perl'              => '5.006',
+                  'perl'              => '5.008',
                   'Carp'              => 0,
                   'FindBin'           => 0,
                   'IO'                => 0,
@@ -41,8 +41,9 @@
                   ( $^O eq 'MSWin32' ? ( 'Win32::DriveInfo' => 0, ) : () ),
                 },
 
-    recommends => {
-                    'Test::More'          => 0,
+    build_requires => { 'Test::More' => 0.90, },
+    recommends     => {
+                    'perl'                => '5.012001',
                     'Test::Pod'           => 0,
                     'Test::Pod::Coverage' => 0,
                   },

Modified: branches/upstream/libsys-filesystem-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/Changes?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/Changes (original)
+++ branches/upstream/libsys-filesystem-perl/current/Changes Sat Jul  3 11:41:03 2010
@@ -1,3 +1,6 @@
+1.29
+	Fixing MacOS X
+
 1.28
         Adding more special file systems for Linux (looks in Linux soon
 	everything is a file system), Fixes RT#55059 (Thanks to Reed Loden)

Modified: branches/upstream/libsys-filesystem-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/META.yml?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/META.yml (original)
+++ branches/upstream/libsys-filesystem-perl/current/META.yml Sat Jul  3 11:41:03 2010
@@ -2,6 +2,8 @@
 abstract: 'Retrieve list of filesystems and their properties'
 author:
   - 'Jens Rehsack <rehsack at cpan.org>'
+build_requires:
+  Test::More: 0.9
 configure_requires:
   Module::Build: 0.36
 generated_by: 'Module::Build version 0.3607'
@@ -13,51 +15,51 @@
 provides:
   Sys::Filesystem:
     file: lib/Sys/Filesystem.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Aix:
     file: lib/Sys/Filesystem/Aix.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Cygwin:
     file: lib/Sys/Filesystem/Cygwin.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Darwin:
     file: lib/Sys/Filesystem/Darwin.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Dummy:
     file: lib/Sys/Filesystem/Dummy.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Freebsd:
     file: lib/Sys/Filesystem/Freebsd.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Hpux:
     file: lib/Sys/Filesystem/Hpux.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Linux:
     file: lib/Sys/Filesystem/Linux.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Mswin32:
     file: lib/Sys/Filesystem/Mswin32.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Netbsd:
     file: lib/Sys/Filesystem/Netbsd.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Solaris:
     file: lib/Sys/Filesystem/Solaris.pm
-    version: 1.28
+    version: 1.29
   Sys::Filesystem::Unix:
     file: lib/Sys/Filesystem/Unix.pm
-    version: 1.28
+    version: 1.29
 recommends:
-  Test::More: 0
   Test::Pod: 0
   Test::Pod::Coverage: 0
+  perl: 5.012001
 requires:
   Carp: 0
   FindBin: 0
   IO: 0
   Module::Pluggable: 3.9
   Params::Util: 1.00
-  perl: 5.006
+  perl: 5.008
 resources:
   license: http://www.apache.org/licenses/LICENSE-2.0.txt
-version: 1.28
+version: 1.29

Modified: branches/upstream/libsys-filesystem-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/Makefile.PL?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/Makefile.PL (original)
+++ branches/upstream/libsys-filesystem-perl/current/Makefile.PL Sat Jul  3 11:41:03 2010
@@ -1,5 +1,5 @@
 # Note: this file was auto-generated by Module::Build::Compat version 0.3607
-require 5.006;
+require 5.008;
 
     unless (eval "use Module::Build::Compat 0.02; 1" ) {
       print "This module requires Module::Build to install itself.\n";

Modified: branches/upstream/libsys-filesystem-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/README?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/README (original)
+++ branches/upstream/libsys-filesystem-perl/current/README Sat Jul  3 11:41:03 2010
@@ -267,7 +267,7 @@
     perlport, Solaris::DeviceTree, Win32::DriveInfo
 
 VERSION
-    $Id: Filesystem.pm 141 2010-05-14 16:04:41Z trevor $
+    $Id: Filesystem.pm 154 2010-07-02 10:01:34Z trevor $
 
 AUTHOR
     Nicola Worthington <nicolaw at cpan.org> - http://perlgirl.org.uk

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Filesystem.pm 141 2010-05-14 16:04:41Z trevor $
+#   $Id: Filesystem.pm 154 2010-07-02 10:01:34Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -42,10 +42,10 @@
 use Scalar::Util qw(blessed);
 
 use constant DEBUG => $ENV{SYS_FILESYSTEM_DEBUG} ? 1 : 0;
-#use constant SPECIAL => ( 'darwin' eq $^O ) ? 0 : undef;
-use constant SPECIAL => undef;
-
-$VERSION = '1.28';
+use constant SPECIAL => ( 'darwin' eq $^O ) ? 0 : undef;
+#use constant SPECIAL => undef;
+
+$VERSION = '1.29';
 
 my ( $FsPlugin, $Supported );
 
@@ -603,7 +603,7 @@
 
 =head1 VERSION
 
-$Id: Filesystem.pm 141 2010-05-14 16:04:41Z trevor $
+$Id: Filesystem.pm 154 2010-07-02 10:01:34Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Aix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Aix.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Aix.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Aix.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Aix.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Aix.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -31,7 +31,7 @@
 use Carp qw(croak);
 use IO::File;
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 
 sub version()
 {
@@ -327,7 +327,7 @@
 
 =head1 VERSION
 
-$Id: Aix.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Aix.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Cygwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Cygwin.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Cygwin.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Cygwin.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Cygwin.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Cygwin.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -30,7 +30,7 @@
 use Carp qw(croak);
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -133,7 +133,7 @@
 
 =head1 VERSION
 
-$Id: Cygwin.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Cygwin.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Darwin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Darwin.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Darwin.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Darwin.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Darwin.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Darwin.pm 157 2010-07-02 10:09:12Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -34,7 +34,7 @@
 
 use Carp qw(croak);
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -42,8 +42,9 @@
     return $VERSION;
 }
 
-my @dt_keys    = qw(fs_spec fs_file fs_vfstype fs_name);
-my @mount_keys = qw(fs_spec fs_file fs_mntops);
+my @dt_keys     = qw(fs_spec fs_file fs_vfstype fs_name);
+my @mount_keys1 = qw(fs_spec fs_file fs_vfstype);
+my @mount_keys2 = qw(fs_spec fs_file fs_mntops);
 my %special_fs = (
                    devfs  => 1,
                    autofs => 1,
@@ -53,7 +54,8 @@
                Mountpoint\s*=\s*'([^']+)',\s*
                fsType\s*=\s*'([^']*)',\s*
                volName\s*=\s*'([^']*)'\)/x;
-my $mount_rx = qr/(.*) on (.*) \((\w+),?.*\)/;    # /dev/disk on / (hfs,...)
+my $mount_rx1 = qr/(.*) on (.*) \((\w+),?.*\)/;    # /dev/disk on / (hfs,...)
+my $mount_rx2 = qr/(.*) on (.*) \(([^)]*)\)/;      # /dev/disk on / (hfs,...)
 
 sub new
 {
@@ -91,7 +93,8 @@
     #    $self->{$mount_point}->{label}       = $name;
     #}
 
-    $self->readMounts( $mount_rx, [ 0, 1 ], \@mount_keys, \%special_fs, @mntlist );
+    $self->readMounts( $mount_rx1, [ 0, 1, 2 ], \@mount_keys1, \%special_fs, @mntlist );
+    $self->readMounts( $mount_rx2, [ 0, 1 ], \@mount_keys2, undef, @mntlist );
 
     # set the mount options
     #foreach (@mntlist)
@@ -202,7 +205,7 @@
 
 =head1 VERSION
 
-$Id: Darwin.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Darwin.pm 157 2010-07-02 10:09:12Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Dummy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Dummy.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Dummy.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Dummy.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Dummy.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Dummy.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -27,7 +27,7 @@
 use Carp qw(croak);
 
 use vars qw($VERSION);
-$VERSION = '1.28';
+$VERSION = '1.29';
 
 sub version()
 {
@@ -72,7 +72,7 @@
 
 =head1 VERSION
 
-$Id: Dummy.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Dummy.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Freebsd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Freebsd.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Freebsd.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Freebsd.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Freebsd.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Freebsd.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -31,7 +31,7 @@
 require Sys::Filesystem::Unix;
 use Carp qw(croak);
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -158,7 +158,7 @@
 
 =head1 VERSION
 
-$Id: Freebsd.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Freebsd.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Hpux.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Hpux.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Hpux.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Hpux.pm Sat Jul  3 11:41:03 2010
@@ -1,5 +1,5 @@
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
-#   $Id: Hpux.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Hpux.pm 153 2010-07-02 06:59:28Z trevor $
 #
 #   Copyright (c) 2009 H.Merijn Brand,  All rights reserved.
 #   Copyright (c) 2009 Jens Rehsack,  All rights reserved.
@@ -30,7 +30,7 @@
 
 use Carp qw(croak);
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -100,7 +100,7 @@
 
 =head1 VERSION
 
-$Id: Hpux.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Hpux.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Linux.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Linux.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Linux.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Linux.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Linux.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Linux.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -31,7 +31,7 @@
 require IO::File;
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -218,7 +218,7 @@
 
 =head1 VERSION
 
-$Id: Linux.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Linux.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Mswin32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Mswin32.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Mswin32.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Mswin32.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Mswin32.pm 130 2010-05-12 13:19:58Z trevor $
+#   $Id: Mswin32.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -30,7 +30,7 @@
 use Carp qw(croak);
 
 use vars qw($VERSION);
-$VERSION = '1.28';
+$VERSION = '1.29';
 
 sub version()
 {
@@ -130,7 +130,7 @@
 
 =head1 VERSION
 
-$Id: Mswin32.pm 130 2010-05-12 13:19:58Z trevor $
+$Id: Mswin32.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Netbsd.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Netbsd.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Netbsd.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Netbsd.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Netbsd.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Netbsd.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2009 Jens Rehsack
@@ -29,7 +29,7 @@
 require Sys::Filesystem::Unix;
 use Carp qw(croak);
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-$Id: Netbsd.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Netbsd.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Solaris.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Solaris.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Solaris.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Solaris.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Solaris.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Solaris.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -32,7 +32,7 @@
 use Data::Dumper;
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.28';
+$VERSION = '1.29';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -158,7 +158,7 @@
 
 =head1 VERSION
 
-$Id: Solaris.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Solaris.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 

Modified: branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Unix.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Unix.pm?rev=60003&op=diff
==============================================================================
--- branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Unix.pm (original)
+++ branches/upstream/libsys-filesystem-perl/current/lib/Sys/Filesystem/Unix.pm Sat Jul  3 11:41:03 2010
@@ -1,6 +1,6 @@
 ############################################################
 #
-#   $Id: Unix.pm 128 2010-05-12 13:16:44Z trevor $
+#   $Id: Unix.pm 153 2010-07-02 06:59:28Z trevor $
 #   Sys::Filesystem - Retrieve list of filesystems and their properties
 #
 #   Copyright 2004,2005,2006 Nicola Worthington
@@ -30,7 +30,7 @@
 use IO::File;
 
 use vars qw($VERSION);
-$VERSION = '1.28';
+$VERSION = '1.29';
 
 sub version()
 {
@@ -340,7 +340,7 @@
 
 =head1 VERSION
 
-$Id: Unix.pm 128 2010-05-12 13:16:44Z trevor $
+$Id: Unix.pm 153 2010-07-02 06:59:28Z trevor $
 
 =head1 AUTHOR
 




More information about the Pkg-perl-cvs-commits mailing list