[Bps-public-commit] email-address-list branch, master, updated. 0.04-2-ga14af41

Alex Vandiver alexmv at bestpractical.com
Sun Feb 16 14:09:53 EST 2014


The branch, master has been updated
       via  a14af417ca4391c22593a99330033302034f803a (commit)
       via  a3453d968416eb44bc0af4ccc6be3c8e140864ab (commit)
      from  99dc705d987b83c82fbe52e8bfbb69722550c7ee (commit)

Summary of changes:
 Changes                   |  4 ++++
 META.yml                  |  2 +-
 README                    | 12 ++++++------
 lib/Email/Address/List.pm |  8 ++++----
 4 files changed, 15 insertions(+), 11 deletions(-)

- Log -----------------------------------------------------------------
commit a3453d968416eb44bc0af4ccc6be3c8e140864ab
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 16 14:08:13 2014 -0500

    Fix spelling errors

diff --git a/lib/Email/Address/List.pm b/lib/Email/Address/List.pm
index 79e094e..ad2c353 100644
--- a/lib/Email/Address/List.pm
+++ b/lib/Email/Address/List.pm
@@ -18,7 +18,7 @@ Email::Address::List - RFC close address list parsing
     my $header = <<'END';
     Foo Bar <simple at example.com>, (an obsolete comment),,,
      a group:
-      a . wierd . address @
+      a . weird . address @
       for-real .biz
      ; invalid thingy, <
      more at example.com
@@ -39,7 +39,7 @@ Email::Address::List - RFC close address list parsing
     # an address: "Foo Bar" <simple at example.com>
     # comment
     # group start
-    # an address: a.wierd.address at forreal.biz
+    # an address: a.weird.address at forreal.biz
     # group end
     # unknown
     # an address: more at example.com
@@ -110,7 +110,7 @@ Returned when a group ends.
 
 =item comment
 
-Obsolete syntax allows to use standalone comments between mailboxes
+Obsolete syntax allows one to use standalone comments between mailboxes
 that can not be addressed to any mailbox. In such situations a comment
 returned as an entry of this type. Comment itself is under value.
 

commit a14af417ca4391c22593a99330033302034f803a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sun Feb 16 14:09:44 2014 -0500

    Verion bump to 0.05

diff --git a/Changes b/Changes
index d679aba..fdce7a5 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.05 2014-02-16
+
+ - Correct typos in documentation; no functionality changes
+
 0.04 2014-02-03
 
  - Update minimum perl version to 5.10, because of use of ++ quantifier
diff --git a/META.yml b/META.yml
index 49c82a5..505327b 100644
--- a/META.yml
+++ b/META.yml
@@ -26,4 +26,4 @@ requires:
   perl: 5.10.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.04
+version: 0.05
diff --git a/README b/README
index 8264f35..61b4bde 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ SYNOPSIS
         my $header = <<'END';
         Foo Bar <simple at example.com>, (an obsolete comment),,,
          a group:
-          a . wierd . address @
+          a . weird . address @
           for-real .biz
          ; invalid thingy, <
          more at example.com
@@ -28,7 +28,7 @@ SYNOPSIS
         # an address: "Foo Bar" <simple at example.com>
         # comment
         # group start
-        # an address: a.wierd.address at forreal.biz
+        # an address: a.weird.address at forreal.biz
         # group end
         # unknown
         # an address: more at example.com
@@ -86,10 +86,10 @@ METHODS
         Returned when a group ends.
 
     comment
-        Obsolete syntax allows to use standalone comments between mailboxes
-        that can not be addressed to any mailbox. In such situations a
-        comment returned as an entry of this type. Comment itself is under
-        value.
+        Obsolete syntax allows one to use standalone comments between
+        mailboxes that can not be addressed to any mailbox. In such
+        situations a comment returned as an entry of this type. Comment
+        itself is under value.
 
     unknown
         Returned if parser met something that shouldn't be there. Parser
diff --git a/lib/Email/Address/List.pm b/lib/Email/Address/List.pm
index ad2c353..ac79577 100644
--- a/lib/Email/Address/List.pm
+++ b/lib/Email/Address/List.pm
@@ -4,7 +4,7 @@ use 5.010;
 
 package Email::Address::List;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 use Email::Address;
 
 =head1 NAME

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list