File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
6
[Changes for 0.60 - 2009年11月16日 周一 22時48分54秒 CST]
2
7
3
8
* LICENSING CHANGE: This compilation and all individual files in it
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ requires:
23
23
perl : 5.005
24
24
resources :
25
25
repository : http://github.com/audreyt/module-signature
26
- version : 0.60
26
+ version : 0.61
Original file line number Diff line number Diff line change 2
2
Module::Signature - Module signature file manipulation
3
3
4
4
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.
7
7
8
8
SYNOPSIS
9
9
As a shell command:
Original file line number Diff line number Diff line change 1
1
package Module::Signature ;
2
- $Module::Signature::VERSION = ' 0.60 ' ;
2
+ $Module::Signature::VERSION = ' 0.61 ' ;
3
3
4
4
use 5.005;
5
5
use strict;
@@ -557,14 +557,16 @@ sub _mkdigest_files {
557
557
558
558
__END__
559
559
560
+ =encoding utf8
561
+
560
562
=head1 NAME
561
563
562
564
Module::Signature - Module signature file manipulation
563
565
564
566
=head1 VERSION
565
567
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.
568
570
569
571
=head1 SYNOPSIS
570
572
You can’t perform that action at this time.
0 commit comments