Skip to content

Commit d436cb4

Browse files
jhischwern
authored andcommitted
import Set-Scalar 1.09 from CPAN
git-cpan-module: Set-Scalar git-cpan-version: 1.09 git-cpan-authorid: JHI git-cpan-file: authors/id/J/JH/JHI/Set-Scalar-1.09.tar.gz
1 parent 8aa756d commit d436cb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Mon May 7 17:53:18 2001 Jarkko Hietaniemi <jhi@alpha.hut.fi>
22

3+
* Annotation mixup: The fix known as 1.08 by Mark Dilger,
4+
not Joy Koenig.
5+
6+
* Released as 1.09.
7+
38
* Set::Scalar()->new() - Set::Scalar()->new() didn't equal
49
Set::Scalar()->new(), thanks to wrong inheritance order.
510
Spotted and most graciously fixed by Joy Koenig.

lib/Set/Scalar.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local $^W = 1;
55

66
use vars qw($VERSION @ISA);
77

8-
$VERSION = 1.08;
8+
$VERSION = 1.09;
99

1010
@ISA = qw(Set::Scalar::Real Set::Scalar::Null Set::Scalar::Base);
1111

0 commit comments

Comments
 (0)