Skip to content

Commit

Permalink
Verion bump to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Feb 16, 2014
1 parent a3453d9 commit a14af41
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -26,4 +26,4 @@ requires:
perl: 5.10.0
resources:
license: http://dev.perl.org/licenses/
version: 0.04
version: 0.05
12 changes: 6 additions & 6 deletions README
Expand Up @@ -7,7 +7,7 @@ SYNOPSIS
my $header = <<'END';
Foo Bar <simple@example.com>, (an obsolete comment),,,
a group:
a . wierd . address @
a . weird . address @
for-real .biz
; invalid thingy, <
more@example.com
Expand All @@ -28,7 +28,7 @@ SYNOPSIS
# an address: "Foo Bar" <simple@example.com>
# comment
# group start
# an address: a.wierd.address@forreal.biz
# an address: a.weird.address@forreal.biz
# group end
# unknown
# an address: more@example.com
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Email/Address/List.pm
Expand Up @@ -4,7 +4,7 @@ use 5.010;

package Email::Address::List;

our $VERSION = '0.04';
our $VERSION = '0.05';
use Email::Address;

=head1 NAME
Expand Down

0 comments on commit a14af41

Please sign in to comment.