[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:17 UTC 2013


The following commit has been merged in the master branch:
commit f1ee7f8d40a9fc35c22d016edca92b6e8c6805ff
Author: David Golden <dagolden at cpan.org>
Date:   Thu May 2 22:39:30 2013 -0400

    updated Changes and META

diff --git a/Changes b/Changes
index dcec6ef..915301b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Path-Tiny
 
 {{$NEXT}}
 
+    [DOCS]
+
+    - Pod typos fixed
+
 0.020     2013-04-13 06:58:11 Europe/London
 
     [FIXED]
diff --git a/META.json b/META.json
index fb1b2cf..d995614 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "David Golden <dagolden at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300031, CPAN::Meta::Converter version 2.130880",
+   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.130880",
    "license" : [
       "apache_2_0"
    ],
@@ -81,7 +81,7 @@
    "provides" : {
       "Path::Tiny" : {
          "file" : "lib/Path/Tiny.pm",
-         "version" : "0.020"
+         "version" : "0.021"
       }
    },
    "release_status" : "stable",
@@ -96,9 +96,10 @@
          "web" : "https://github.com/dagolden/path-tiny"
       }
    },
-   "version" : "0.020",
+   "version" : "0.021",
    "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>",
diff --git a/README.pod b/README.pod
index 578c54f..ffc2aa7 100644
--- a/README.pod
+++ b/README.pod
@@ -8,7 +8,7 @@ Path::Tiny - File path utility
 
 =head1 VERSION
 
-version 0.020
+version 0.021
 
 =head1 SYNOPSIS
 
@@ -423,7 +423,7 @@ a fast, unbuffered, raw read.
 C<slurp_utf8> is like C<slurp> with a C<binmode> of
 C<:unix:encoding(UTF-8)>.  If L<Unicode::UTF8> 0.58+ is installed, a raw
 slurp will be done instead and the result decoded with C<Unicode::UTF8>.
-This is is just as strict and is roughly an order of magnitude faster than
+This is just as strict and is roughly an order of magnitude faster than
 using C<:encoding(UTF-8)>.
 
 =head2 spew, spew_raw, spew_utf8
@@ -584,6 +584,10 @@ Chris Williams <bingos at cpan.org>
 
 =item *
 
+David Steinbrunner <dsteinbrunner at pobox.com>
+
+=item *
+
 George Hartzell <hartzell at cpan.org>
 
 =item *

-- 
libpath-tiny-perl Debian packaging



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