Skip to content

Commit 17c830d

Browse files
committed
* Added "=encoding utf8" to POD to fix author name display.
No functional changes. * This be 0.61.
1 parent b2304d8 commit 17c830d

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[Changes for 0.61 - 2009年11月19日 周四 00時56分41秒 CST]
2+
3+
* Added "=encoding utf8" to POD to fix author name display.
4+
No functional changes.
5+
16
[Changes for 0.60 - 2009年11月16日 周一 22時48分54秒 CST]
27

38
* LICENSING CHANGE: This compilation and all individual files in it

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ requires:
2323
perl: 5.005
2424
resources:
2525
repository: http://github.com/audreyt/module-signature
26-
version: 0.60
26+
version: 0.61

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ NAME
22
Module::Signature - Module signature file manipulation
33

44
VERSION
5-
This document describes version 0.60 of Module::Signature, released
6-
November 16, 2009.
5+
This document describes version 0.61 of Module::Signature, released
6+
November 18, 2009.
77

88
SYNOPSIS
99
As a shell command:

lib/Module/Signature.pm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Module::Signature;
2-
$Module::Signature::VERSION = '0.60';
2+
$Module::Signature::VERSION = '0.61';
33

44
use 5.005;
55
use strict;
@@ -557,14 +557,16 @@ sub _mkdigest_files {
557557

558558
__END__
559559
560+
=encoding utf8
561+
560562
=head1 NAME
561563
562564
Module::Signature - Module signature file manipulation
563565
564566
=head1 VERSION
565567
566-
This document describes version 0.60 of B<Module::Signature>,
567-
released November 16, 2009.
568+
This document describes version 0.61 of B<Module::Signature>,
569+
released November 18, 2009.
568570
569571
=head1 SYNOPSIS
570572

0 commit comments

Comments
 (0)