Skip to content

Commit

Permalink
v.58 shipped to fix the POD encoding pb :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chantreux committed Feb 17, 2014
1 parent 74ab8c0 commit 89c4cc9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Perlude


0.58 2014-02-18 Marc Chantreux

* t/pod.t fixed encoding

0.57 2014-02-17 Marc Chantreux

* t/pod.t now pass with the very last Test::Pod version
Expand Down
2 changes: 1 addition & 1 deletion lib/Perlude.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ our @EXPORT = qw<

use Carp;

our $VERSION = '0.57';
our $VERSION = '0.58';

sub pairs ($) {
my ( $ref ) = @_;
Expand Down
6 changes: 5 additions & 1 deletion lib/Perlude.pod
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,8 @@ some quotes of "The Big Lebowski" and we called ourselves "the Perl Dudes".
This is way my best remember of peer programming and one of the best moment i
shared with my friends mongueurs.

=back
=back

=encoding utf8

=cut

0 comments on commit 89c4cc9

Please sign in to comment.