From: D. Ilmari Mannsåker Date: Fri, 14 Jun 2013 11:44:29 +0000 (+0100) Subject: Version 1.39 X-Git-Tag: 1.39^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=f4fdfd3ec11f76de89708285c3df9befe1a4e702 Version 1.39 --- diff --git a/Changes b/Changes index f9fee7c..331f076 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.39 2013-06-14 12:44:17 - Write =encoding utf8 into generated Pod files so that things work as expected for people with utf-8 characters in their unix username as returned by getpwuid (RT#84613) diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 6d73318..5f5bd2a 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -4,7 +4,7 @@ use strict; use warnings; # Change Catalyst::Helper also. -our $VERSION = '1.38'; +our $VERSION = '1.39'; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 055d114..e075d6c 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -19,7 +19,7 @@ use namespace::autoclean; with 'MooseX::Emulate::Class::Accessor::Fast'; # Change Catalyst/Devel.pm also -our $VERSION = '1.38'; +our $VERSION = '1.39'; my %cache;