[libsys-filesystem-perl] 01/01: Imported Upstream version 1.401

Salvatore Bonaccorso carnil at debian.org
Thu Sep 19 19:19:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag upstream/1.401
in repository libsys-filesystem-perl.

commit aa5b3fbbba1f9be143a53076c8c66fb119eabdf2
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Sep 19 21:04:50 2013 +0200

    Imported Upstream version 1.401
---
 Build.PL                      |   25 ++--
 Changes                       |  271 +++++++++++++++++++++--------------------
 META.json                     |   33 +++--
 META.yml                      |   33 +++--
 Makefile.PL                   |    2 +-
 README                        |   34 +++---
 lib/Sys/Filesystem.pm         |    4 +-
 lib/Sys/Filesystem/Aix.pm     |    4 +-
 lib/Sys/Filesystem/Cygwin.pm  |    4 +-
 lib/Sys/Filesystem/Darwin.pm  |    6 +-
 lib/Sys/Filesystem/Dummy.pm   |    4 +-
 lib/Sys/Filesystem/Freebsd.pm |    4 +-
 lib/Sys/Filesystem/Hpux.pm    |    4 +-
 lib/Sys/Filesystem/Linux.pm   |    4 +-
 lib/Sys/Filesystem/Mswin32.pm |    4 +-
 lib/Sys/Filesystem/Netbsd.pm  |    4 +-
 lib/Sys/Filesystem/Solaris.pm |    4 +-
 lib/Sys/Filesystem/Unix.pm    |    4 +-
 18 files changed, 229 insertions(+), 219 deletions(-)

diff --git a/Build.PL b/Build.PL
index cc6c12c..03120ef 100644
--- a/Build.PL
+++ b/Build.PL
@@ -23,15 +23,15 @@ if ($@)
 }
 
 my %prereqs = (
-                   'perl'              => '5.008',
-                   'Carp'              => 0,
-                   'FindBin'           => 0,
-                   'IO'                => 0,
-                   'IPC::Cmd'          => '0.80',
-                   'Module::Pluggable' => '4.5',
-                   'Params::Util'      => '1.00',
-                   ( $^O eq 'MSWin32' ? ( 'Win32::DriveInfo' => 0, ) : () ),
-);
+                'perl'              => '5.008',
+                'Carp'              => 0,
+                'FindBin'           => 0,
+                'IO'                => 0,
+                'IPC::Cmd'          => '0.80',
+                'Module::Pluggable' => '4.5',
+                'Params::Util'      => '1.00',
+                ( $^O eq 'MSWin32' ? ( 'Win32::DriveInfo' => 0, ) : () ),
+              );
 
 $build = Module::Build->new(
      module_name        => 'Sys::Filesystem',
@@ -41,8 +41,11 @@ $build = Module::Build->new(
      create_readme      => 1,
      create_packlist    => 1,
      sign               => 0,
-     configure_requires => \%prereqs,
-     requires           => \%prereqs,
+     configure_requires => {
+                             'Module::Build' => '0.2800',
+                             %prereqs,
+                           },
+     requires       => \%prereqs,
      build_requires => { 'Test::More' => 0.90, },
      recommends     => {
                      'perl'                => '5.018001',
diff --git a/Changes b/Changes
index 7e91952..1d7858d 100644
--- a/Changes
+++ b/Changes
@@ -1,133 +1,138 @@
-1.400 - 2013-09-03
-	Moving to GitHub for easier contributing
-	Pod typo / encoding fixes (rt#85898, rt#77699), thanks to Slaven
-	  Rezić, Andreas J. König and Gregor Herrmann
-	Fix MacOS X 10.8 (diskutil vs. disktool)
-	Update requirements / recommendations
-	Fix AIX (rt#79188) - thanks to David Lee
-	Fix Solaris debug leftover (rt#72717) - thanks to Kenneth Ölwing
-	Fix Tests (rt#62248) - thanks to Daphne Pfister
-	Fix configure_requires (rt#62249) - thanks to Daphne Pfister
-
-1.30 - 2010-07-15
-	Fixing MSWin32
-
-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)
-	Improving documentation about selections in filesystems method,
-	Fixes RT#55058 (Thanks to Reed Loden)
-	Fixes RT#65504 (Thanks to Brett Gersekowski)
-        Improve MSWin32 support
-
-1.27
-	Fixing RT#54406 (patch from Robert Bohne with some modifications)
-	Fixing RT#54599 (patch from Jonathan Yu)
-	Fixing wrong dependencies detection on Windows
-	Fixing generic fstab/mnttab reading
-
-1.26
-	Adding more special file systems for Linux
-	Prefer /proc/self/mounts over /etc/mtab (when available), fixes
-	  RT #51151 (Thanks Tyler MacDonald)
-	Fix some tests to skip when no regular file systems could be found
-	Some Win32 fixes
-	Switch to Module::Pluggable to load OS-plugins
-1.25
-	Fixed support for FreeBSD and generalize BSD support
-	Fixed support for AIX
-	Fixed aliased attribute support for Sys::Filesystem->filesystems
-	Fix "Sys::Filesystem->filesystems ()" and
-	  "Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
-	  by using Params::Util
-	Add keyword "Id" to be used/expanded by svn
-	Explain how restrictions on method filesystem works in Sys::Filesystem
-	Add a version method to all fs plugins
-	Update documentation
-	Correct t/03test.t to use format instead of type (recommended)
-
-1.24
-        Added support for NetBSD (Jens Rehsack)
-        Added support for HP-UX (H.Merijn Brand)
-        Fixed POD a little
-        Add a simple test to see whether it's working or not
-	Increased required perl version (suggested by H.Merijn Brand)
-1.23
-        Fixed Aix.pm (RT #34577), patches from LEMBARK, REHSACK
-        Fixed failing on OS X (RT #7958, RT #43681), patch from Dirk Langer
-        Taking Co-Maintainership (Jens Rehsack, CPAN Id: REHSACK)
-        Changing debug environment flag from DEBUG to SYS_FILESYSTEM_DEBUG
-1.22
-	Added CREDITS.
-	Fixed logic in Filesystem.pm:filesystems() where the inversion of
-	the 'regaular' and 'special' paramaters was not being handled
-	correctly, causing an incorrect selection of filesystems to be
-	returned sometimes.
-	Added fd ctfs devfs objfs and procfs as special filesystem types
-	in Solaris.pm.
-	Added procfs as a special filesyetem type to Aix.pm.
-	Changed Aix.pm to extract the filesystem type from the vfs
-	field in /etc/filesystems.
-	Added note in main POD warning people not to confuse "type" and
-	"vfs" when querying values under AIX.
-	Altered unit tests to be more reliable over different setups.
-
-1.21
-	Typo in Build.PL. Changed "build_requires" to
-	be "recommends".
-
-1.20
-	Fixed POD to reflect functionality that existed but
-	wasn't documented, or that was documented incorrectly.
-
-1.19
-	Changed license to Apache 2.0
-	http://www.apache.org/licenses/LICENSE-2.0
-	Fixed a couple of module file names.
-	Added additional unit tests.
-	Fixed loading of failover modules.
-	A few small bug fixes in parsing of some tab files.
-
-1.18
-	Modified Makefile.PL to submit information to perlgirl.org.uk
-	if the user agrees. Tweaked the POD slightly.
-
-1.16
-	Modified POD
-
-1.15
-	Updated for revision number and email address
-
-1.14
-	Added some new filesystem property aliases and reference to AIX
-	helper module
-
-1.13
-	Added extra documentation and the device option for the
-	filesystems method.
-
-1.12
-	Updated POD
-
-1.10
-	Fix from Win32 to MSWin32
-
-1.09
-	Updated Linux.pm to properly detect some more special fs types
-
-1.08
-	Added regular_filesystems() method
-	Added autofs and mntfs as special filesystems for Solaris
-
-1.07
-	Added solaris mnttab support
-	Fixed an AUTOLOAD and DESTROY issue
-
-1.06
-	Added alias support and more POD docs
-
-1.04
-	Initial release to get the code out there
+1.401 2013-09-08
+ - Fix MacOS X / Darwin without diskutil
+ - Changes reformatted as per CPAN::Changes::Spec
+
+1.400 2013-09-03
+ - Moving to GitHub for easier contributing
+ - Pod typo / encoding fixes (rt#85898, rt#77699), thanks to Slaven Rezić,
+   Andreas J. König and Gregor Herrmann
+ - Fix MacOS X 10.8 (diskutil vs. disktool)
+ - Update requirements / recommendations
+ - Fix AIX (rt#79188) - thanks to David Lee
+ - Fix Solaris debug leftover (rt#72717) - thanks to Kenneth Ölwing
+ - Fix Tests (rt#62248) - thanks to Daphne Pfister
+ - Fix configure_requires (rt#62249) - thanks to Daphne Pfister
+
+1.30 2010-07-15
+ - Fixing MSWin32
+
+1.29 2010-07-02
+ - Fixing MacOS X
+
+1.28 2010-05-14
+ - Adding more special file systems for Linux (looks in Linux soon
+   everything is a file system), Fixes RT#55059 (Thanks to Reed Loden)
+ - Improving documentation about selections in filesystems method,
+ - Fixes RT#55058 (Thanks to Reed Loden)
+ - Fixes RT#65504 (Thanks to Brett Gersekowski)
+ - Improve MSWin32 support
+
+1.27 2010-02-20
+ - Fixing RT#54406 (patch from Robert Bohne with some modifications)
+ - Fixing RT#54599 (patch from Jonathan Yu)
+ - Fixing wrong dependencies detection on Windows
+ - Fixing generic fstab/mnttab reading
+
+1.26 2010-02-12
+ - Adding more special file systems for Linux
+ - Prefer /proc/self/mounts over /etc/mtab (when available), fixes RT
+   #51151 (Thanks Tyler MacDonald)
+ - Fix some tests to skip when no regular file systems could be found
+ - Some Win32 fixes
+ - Switch to Module::Pluggable to load OS-plugins
+
+1.25 2009-10-30
+ - Fixed support for FreeBSD and generalize BSD support
+ - Fixed support for AIX
+ - Fixed aliased attribute support for Sys::Filesystem->filesystems
+ - Fix "Sys::Filesystem->filesystems ()" and "Sys::Filesystem::filesystems"
+   (reported by H.Merijn Brand) by using Params::Util
+ - Add keyword "Id" to be used/expanded by svn
+ - Explain how restrictions on method filesystem works in Sys::Filesystem
+ - Add a version method to all fs plugins
+ - Update documentation
+ - Correct t/03test.t to use format instead of type (recommended)
+
+1.24 2009-10-17
+ - Added support for NetBSD (Jens Rehsack)
+ - Added support for HP-UX (H.Merijn Brand)
+ - Fixed POD a little
+ - Add a simple test to see whether it's working or not - Increased
+   required perl version (suggested by H.Merijn Brand)
+
+1.23 2009-05-10
+ - Fixed Aix.pm (RT #34577), patches from LEMBARK, REHSACK
+ - Fixed failing on OS X (RT #7958, RT #43681), patch from Dirk Langer
+ - Taking Co-Maintainership (Jens Rehsack, CPAN Id: REHSACK)
+ - Changing debug environment flag from DEBUG to SYS_FILESYSTEM_DEBUG
+
+1.22 2006-06-01
+ - Added CREDITS.
+ - Fixed logic in Filesystem.pm:filesystems() where the inversion of the
+   'regaular' and 'special' paramaters was not being handled correctly,
+   causing an incorrect selection of filesystems to be returned sometimes.
+ - Added fd ctfs devfs objfs and procfs as special filesystem types in
+   Solaris.pm.
+ - Added procfs as a special filesyetem type to Aix.pm.
+ - Changed Aix.pm to extract the filesystem type from the vfs field in
+   /etc/filesystems.
+ - Added note in main POD warning people not to confuse "type" and "vfs"
+   when querying values under AIX.
+ - Altered unit tests to be more reliable over different setups.
+
+1.21 2006-05-23
+ - Typo in Build.PL. Changed "build_requires" to be "recommends".
+
+1.20 2006-05-23
+ - Fixed POD to reflect functionality that existed but wasn't documented,
+   or that was documented incorrectly.
+
+1.19 2006-05-23
+ - Changed license to Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0
+ - Fixed a couple of module file names.
+ - Added additional unit tests.
+ - Fixed loading of failover modules.
+ - A few small bug fixes in parsing of some tab files.
+
+1.18 2005-12-29
+ - Modified Makefile.PL to submit information to perlgirl.org.uk if the
+   user agrees. Tweaked the POD slightly.
+
+1.16 2005-12-08
+ - Modified POD
+
+1.15 2005-12-02
+ - Updated for revision number and email address
+
+1.14 2005-01-30
+ - Added some new filesystem property aliases and reference to AIX helper
+   module
+
+1.13 2005-01-26
+ - Added extra documentation and the device option for the filesystems
+   method.
+
+1.12 2005-01-13
+ - Updated POD
+
+1.11 2004-10-06
+
+1.10 2004-10-06
+ - Fix from Win32 to MSWin32
+
+1.09 2004-10-05
+ - Updated Linux.pm to properly detect some more special fs types
+
+1.08 2004-09-30
+ - Added regular_filesystems() method
+ - Added autofs and mntfs as special filesystems for Solaris
+
+1.07 2004-09-30
+ - Added solaris mnttab support
+ - Fixed an AUTOLOAD and DESTROY issue
+
+1.06 2004-09-29
+ - Added alias support and more POD docs
+
+1.04 2004-09-29
+ - Initial release to get the code out there
diff --git a/META.json b/META.json
index 8babbd7..480af6a 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Jens Rehsack <rehsack at cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4004, CPAN::Meta::Converter version 2.130880",
+   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.132140",
    "license" : [
       "apache_2_0"
    ],
@@ -25,7 +25,7 @@
             "FindBin" : "0",
             "IO" : "0",
             "IPC::Cmd" : "0.80",
-            "Module::Build" : "0.40",
+            "Module::Build" : "0.2800",
             "Module::Pluggable" : "4.5",
             "Params::Util" : "1.00",
             "perl" : "5.008"
@@ -43,7 +43,6 @@
             "FindBin" : "0",
             "IO" : "0",
             "IPC::Cmd" : "0.80",
-            "Module::Build" : "0.40",
             "Module::Pluggable" : "4.5",
             "Params::Util" : "1.00",
             "perl" : "5.008"
@@ -53,61 +52,61 @@
    "provides" : {
       "Sys::Filesystem" : {
          "file" : "lib/Sys/Filesystem.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Aix" : {
          "file" : "lib/Sys/Filesystem/Aix.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Cygwin" : {
          "file" : "lib/Sys/Filesystem/Cygwin.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Darwin" : {
          "file" : "lib/Sys/Filesystem/Darwin.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Dummy" : {
          "file" : "lib/Sys/Filesystem/Dummy.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Freebsd" : {
          "file" : "lib/Sys/Filesystem/Freebsd.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Hpux" : {
          "file" : "lib/Sys/Filesystem/Hpux.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Linux" : {
          "file" : "lib/Sys/Filesystem/Linux.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Mswin32" : {
          "file" : "lib/Sys/Filesystem/Mswin32.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Netbsd" : {
          "file" : "lib/Sys/Filesystem/Netbsd.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Solaris" : {
          "file" : "lib/Sys/Filesystem/Solaris.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       },
       "Sys::Filesystem::Unix" : {
          "file" : "lib/Sys/Filesystem/Unix.pm",
-         "version" : "1.400"
+         "version" : "1.401"
       }
    },
    "release_status" : "stable",
    "resources" : {
       "license" : [
-         "http://www.apache.org/licenses/LICENSE-2.0.txt"
+         "http://apache.org/licenses/LICENSE-2.0"
       ],
       "repository" : {
          "url" : "https://github.com/rehsack/Sys-Filesystem"
       }
    },
-   "version" : "1.400"
+   "version" : "1.401"
 }
diff --git a/META.yml b/META.yml
index a844758..051bd42 100644
--- a/META.yml
+++ b/META.yml
@@ -9,12 +9,12 @@ configure_requires:
   FindBin: 0
   IO: 0
   IPC::Cmd: 0.80
-  Module::Build: 0.40
+  Module::Build: 0.2800
   Module::Pluggable: 4.5
   Params::Util: 1.00
   perl: 5.008
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4004, CPAN::Meta::Converter version 2.130880'
+generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132140'
 license: apache
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,40 +23,40 @@ name: Sys-Filesystem
 provides:
   Sys::Filesystem:
     file: lib/Sys/Filesystem.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Aix:
     file: lib/Sys/Filesystem/Aix.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Cygwin:
     file: lib/Sys/Filesystem/Cygwin.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Darwin:
     file: lib/Sys/Filesystem/Darwin.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Dummy:
     file: lib/Sys/Filesystem/Dummy.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Freebsd:
     file: lib/Sys/Filesystem/Freebsd.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Hpux:
     file: lib/Sys/Filesystem/Hpux.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Linux:
     file: lib/Sys/Filesystem/Linux.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Mswin32:
     file: lib/Sys/Filesystem/Mswin32.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Netbsd:
     file: lib/Sys/Filesystem/Netbsd.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Solaris:
     file: lib/Sys/Filesystem/Solaris.pm
-    version: 1.400
+    version: 1.401
   Sys::Filesystem::Unix:
     file: lib/Sys/Filesystem/Unix.pm
-    version: 1.400
+    version: 1.401
 recommends:
   Module::Pluggable: 4.8
   Test::Pod: 0
@@ -67,11 +67,10 @@ requires:
   FindBin: 0
   IO: 0
   IPC::Cmd: 0.80
-  Module::Build: 0.40
   Module::Pluggable: 4.5
   Params::Util: 1.00
   perl: 5.008
 resources:
-  license: http://www.apache.org/licenses/LICENSE-2.0.txt
+  license: http://apache.org/licenses/LICENSE-2.0
   repository: https://github.com/rehsack/Sys-Filesystem
-version: 1.400
+version: 1.401
diff --git a/Makefile.PL b/Makefile.PL
index bf5e27b..974f632 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4004
+# Note: this file was auto-generated by Module::Build::Compat version 0.4007
 require 5.008;
 
     unless (eval "use Module::Build::Compat 0.02; 1" ) {
diff --git a/README b/README
index 19e50d6..a088aa6 100644
--- a/README
+++ b/README
@@ -115,7 +115,7 @@ METHODS
             system. (Sys::Filesystem::Linux for Linux or
             Sys::Filesystem::Solaris for Solaris etc).
 
-            This parameter is mutually exclusive to `regular'.
+            This parameter is mutually exclusive to "regular".
 
             The special_filesystems() method is an alias for this syntax.
 
@@ -123,7 +123,7 @@ METHODS
             Returns only fileystems which are not regarded as special.
             (Normal filesystems).
 
-            This parameter is mutually exclusive to `special'.
+            This parameter is mutually exclusive to "special".
 
             The regular_filesystems() method is an alias for this syntax.
 
@@ -217,7 +217,7 @@ OS SPECIFIC HELPER MODULES
     First written by Christian Renz <crenz at web42.com>.
 
   Win32
-    Provides `mount_point' and `device' of mounted filesystems on Windows.
+    Provides "mount_point" and "device" of mounted filesystems on Windows.
 
   AIX
     Please be aware that the AIX /etc/filesystems file has both a "type" and
@@ -251,17 +251,21 @@ SUPPORT
 
     You can also look for information at:
 
-    * RT: CPAN's request tracker
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Filesystem
+    *   RT: CPAN's request tracker
 
-    * AnnoCPAN: Annotated CPAN documentation
-        http://annocpan.org/dist/Sys-Filesystem
+        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Filesystem>
 
-    * CPAN Ratings
-        http://cpanratings.perl.org/s/Sys-Filesystem
+    *   AnnoCPAN: Annotated CPAN documentation
 
-    * Search CPAN
-        http://search.cpan.org/dist/Sys-Filesystem/
+        <http://annocpan.org/dist/Sys-Filesystem>
+
+    *   CPAN Ratings
+
+        <http://cpanratings.perl.org/s/Sys-Filesystem>
+
+    *   Search CPAN
+
+        <http://search.cpan.org/dist/Sys-Filesystem/>
 
 SEE ALSO
     perlport, Solaris::DeviceTree, Win32::DriveInfo
@@ -270,9 +274,9 @@ VERSION
     $Id$
 
 AUTHOR
-    Nicola Worthington <nicolaw at cpan.org> - http://perlgirl.org.uk
+    Nicola Worthington <nicolaw at cpan.org> - <http://perlgirl.org.uk>
 
-    Jens Rehsack <rehsack at cpan.org> - http://www.rehsack.de/
+    Jens Rehsack <rehsack at cpan.org> - <http://www.rehsack.de/>
 
 ACKNOWLEDGEMENTS
     See CREDITS in the distribution tarball.
@@ -280,10 +284,10 @@ ACKNOWLEDGEMENTS
 COPYRIGHT
     Copyright 2004,2005,2006 Nicola Worthington.
 
-    Copyright 2008-2010 Jens Rehsack.
+    Copyright 2008-2013 Jens Rehsack.
 
     This software is licensed under The Apache Software License, Version
     2.0.
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    <http://www.apache.org/licenses/LICENSE-2.0>
 
diff --git a/lib/Sys/Filesystem.pm b/lib/Sys/Filesystem.pm
index 06e04f1..3b31c32 100644
--- a/lib/Sys/Filesystem.pm
+++ b/lib/Sys/Filesystem.pm
@@ -45,7 +45,7 @@ use constant DEBUG => $ENV{SYS_FILESYSTEM_DEBUG} ? 1 : 0;
 use constant SPECIAL => ( 'darwin' eq $^O ) ? 0 : undef;
 #use constant SPECIAL => undef;
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 
 my ( $FsPlugin, $Supported );
 
@@ -619,7 +619,7 @@ See CREDITS in the distribution tarball.
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2008-2010 Jens Rehsack.
+Copyright 2008-2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Aix.pm b/lib/Sys/Filesystem/Aix.pm
index e34753e..9fafc83 100644
--- a/lib/Sys/Filesystem/Aix.pm
+++ b/lib/Sys/Filesystem/Aix.pm
@@ -31,7 +31,7 @@ use vars qw($VERSION);
 use Carp qw(croak);
 use IO::File;
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 
 sub version()
 {
@@ -344,7 +344,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2008-2010 Jens Rehsack.
+Copyright 2008-2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Cygwin.pm b/lib/Sys/Filesystem/Cygwin.pm
index 0444f50..1bf0911 100644
--- a/lib/Sys/Filesystem/Cygwin.pm
+++ b/lib/Sys/Filesystem/Cygwin.pm
@@ -30,7 +30,7 @@ use vars qw($VERSION @ISA);
 use Carp qw(croak);
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -145,7 +145,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2008-2010 Jens Rehsack.
+Copyright 2008-2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Darwin.pm b/lib/Sys/Filesystem/Darwin.pm
index 89ea7a3..e2fd23f 100644
--- a/lib/Sys/Filesystem/Darwin.pm
+++ b/lib/Sys/Filesystem/Darwin.pm
@@ -35,7 +35,7 @@ use IPC::Cmd ();
 
 use Carp qw(croak);
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -69,7 +69,7 @@ sub new
 
     my @list_fs_cmd;
     defined $args{diskutil} and $args{diskutil} and @list_fs_cmd = ($args{diskutil}, "list");
-    scalar @list_fs_cmd or @list_fs_cmd = ($args{disktool}, "-l");
+    @list_fs_cmd or @list_fs_cmd = ($args{disktool}, "-l");
 
     # don't use backticks, don't use the shell
     my @fslist  = ();
@@ -222,7 +222,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 =head1 COPYRIGHT
 
 Copyright 2004,2005,2006 Nicola Worthington.
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Dummy.pm b/lib/Sys/Filesystem/Dummy.pm
index 3b2625a..2a7c5bf 100644
--- a/lib/Sys/Filesystem/Dummy.pm
+++ b/lib/Sys/Filesystem/Dummy.pm
@@ -27,7 +27,7 @@ use strict;
 use Carp qw(croak);
 
 use vars qw($VERSION);
-$VERSION = '1.400';
+$VERSION = '1.401';
 
 sub version()
 {
@@ -84,7 +84,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Freebsd.pm b/lib/Sys/Filesystem/Freebsd.pm
index d916698..22b3b47 100644
--- a/lib/Sys/Filesystem/Freebsd.pm
+++ b/lib/Sys/Filesystem/Freebsd.pm
@@ -31,7 +31,7 @@ use vars qw(@ISA $VERSION);
 require Sys::Filesystem::Unix;
 use Carp qw(croak);
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -170,7 +170,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de>
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Hpux.pm b/lib/Sys/Filesystem/Hpux.pm
index f0b6497..b73e281 100644
--- a/lib/Sys/Filesystem/Hpux.pm
+++ b/lib/Sys/Filesystem/Hpux.pm
@@ -30,7 +30,7 @@ require Sys::Filesystem::Unix;
 
 use Carp qw(croak);
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -110,7 +110,7 @@ H.Merijn Brand, PROCURA B.V.
 
 Copyright 2009 H.Merijn Brand PROCURA B.V.
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Linux.pm b/lib/Sys/Filesystem/Linux.pm
index 5349bb1..3ef4a9c 100644
--- a/lib/Sys/Filesystem/Linux.pm
+++ b/lib/Sys/Filesystem/Linux.pm
@@ -31,7 +31,7 @@ use Carp qw(croak);
 require IO::File;
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -231,7 +231,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Mswin32.pm b/lib/Sys/Filesystem/Mswin32.pm
index 3b66318..6ad712e 100644
--- a/lib/Sys/Filesystem/Mswin32.pm
+++ b/lib/Sys/Filesystem/Mswin32.pm
@@ -30,7 +30,7 @@ use Win32::DriveInfo;
 use Carp qw(croak);
 
 use vars qw($VERSION);
-$VERSION = '1.400';
+$VERSION = '1.401';
 
 sub version()
 {
@@ -146,7 +146,7 @@ drives are recognized, no UNC names neither file systems mounted to a path.
 
 Copyright 2004,2005,2006 Nicola Worthington.
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Netbsd.pm b/lib/Sys/Filesystem/Netbsd.pm
index 3c58518..2ea8f2c 100644
--- a/lib/Sys/Filesystem/Netbsd.pm
+++ b/lib/Sys/Filesystem/Netbsd.pm
@@ -29,7 +29,7 @@ use vars qw(@ISA $VERSION);
 require Sys::Filesystem::Unix;
 use Carp qw(croak);
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -145,7 +145,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 
 =head1 COPYRIGHT
 
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Solaris.pm b/lib/Sys/Filesystem/Solaris.pm
index e2611b3..c4494ab 100644
--- a/lib/Sys/Filesystem/Solaris.pm
+++ b/lib/Sys/Filesystem/Solaris.pm
@@ -32,7 +32,7 @@ use Carp qw(croak);
 use Data::Dumper;
 require Sys::Filesystem::Unix;
 
-$VERSION = '1.400';
+$VERSION = '1.401';
 @ISA     = qw(Sys::Filesystem::Unix);
 
 sub version()
@@ -167,7 +167,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 =head1 COPYRIGHT
 
 Copyright 2004,2005,2006 Nicola Worthington.
-Copyright 2009,2010 Jens Rehsack.
+Copyright 2009,2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 
diff --git a/lib/Sys/Filesystem/Unix.pm b/lib/Sys/Filesystem/Unix.pm
index 81c1395..d887d92 100644
--- a/lib/Sys/Filesystem/Unix.pm
+++ b/lib/Sys/Filesystem/Unix.pm
@@ -30,7 +30,7 @@ use Fcntl qw(:flock);
 use IO::File;
 
 use vars qw($VERSION);
-$VERSION = '1.400';
+$VERSION = '1.401';
 
 sub version()
 {
@@ -351,7 +351,7 @@ Jens Rehsack <rehsack at cpan.org> - L<http://www.rehsack.de/>
 =head1 COPYRIGHT
 
 Copyright 2004,2005,2006 Nicola Worthington.
-Copyright 2008-2010 Jens Rehsack.
+Copyright 2008-2013 Jens Rehsack.
 
 This software is licensed under The Apache Software License, Version 2.0.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-filesystem-perl.git



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