[SCM] libpath-tiny-perl Debian packaging branch, master, updated. debian/0.020-1-13-g8895609

David Golden dagolden at cpan.org
Tue May 28 16:27:19 UTC 2013


The following commit has been merged in the master branch:
commit 540152c5b1e9edd976d020ff7e74a1fbb3213c19
Author: David Golden <dagolden at cpan.org>
Date:   Tue May 28 11:57:39 2013 -0400

    v0.022
    
        [ADDED]
    
        - The 'touch' method can now take an epoch secs argument

diff --git a/Changes b/Changes
index a3044c6..14b4c37 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Path-Tiny
 
 {{$NEXT}}
 
+    [ADDED]
+
+    - The 'touch' method can now take an epoch secs argument
+
 0.021     2013-05-17 22:53:18 America/New_York
 
     [FIXED]
diff --git a/META.json b/META.json
index 84e0618..9214518 100644
--- a/META.json
+++ b/META.json
@@ -81,7 +81,7 @@
    "provides" : {
       "Path::Tiny" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.021"
+         "version" : "0.022"
       }
    },
    "release_status" : "stable",
@@ -96,13 +96,14 @@
          "web" : "https://github.com/dagolden/path-tiny"
       }
    },
-   "version" : "0.021",
+   "version" : "0.022",
    "x_contributors" : [
       "Chris Williams <bingos at cpan.org>",
       "David Steinbrunner <dsteinbrunner at pobox.com>",
       "George Hartzell <hartzell at cpan.org>",
       "Goro Fuji <gfuji at cpan.org>",
       "Karen Etheridge <ether at cpan.org>",
+      "Keedi Kim <keedi at cpan.org>",
       "Michael G. Schwern <mschwern at cpan.org>"
    ]
 }
diff --git a/README.pod b/README.pod
index ffc2aa7..d6b81c9 100644
--- a/README.pod
+++ b/README.pod
@@ -8,7 +8,7 @@ Path::Tiny - File path utility
 
 =head1 VERSION
 
-version 0.021
+version 0.022
 
 =head1 SYNOPSIS
 
@@ -464,9 +464,11 @@ returns the path standardized with Unix-style C</> directory separators.
 =head2 touch
 
     path("foo.txt")->touch;
+    path("foo.txt")->touch($epoch_secs);
 
 Like the Unix C<touch> utility.  Creates the file if it doesn't exist, or else
-changes the modification and access times to the current time.
+changes the modification and access times to the current time.  If the first
+argument is the epoch seconds then it will be used.
 
 Returns the path object so it can be easily chained with spew:
 
@@ -600,6 +602,10 @@ Karen Etheridge <ether at cpan.org>
 
 =item *
 
+Keedi Kim <keedi at cpan.org>
+
+=item *
+
 Michael G. Schwern <mschwern at cpan.org>
 
 =back

-- 
libpath-tiny-perl Debian packaging



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