Skip to content

Commit

Permalink
Fixed Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed May 25, 2013
1 parent 0e02dc7 commit ea55a93
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 31 deletions.
60 changes: 30 additions & 30 deletions Changes
Expand Up @@ -4,14 +4,14 @@
* Builds on Perl 5.18.0 with smartmatch operator as an experimental feature.

------------------------------------------------------------------------
0.2401 | Piotr Roszatycki <dexter@cpan.org> | 2010-09-30
0.2401 2010-09-30 Piotr Roszatycki <dexter@cpan.org>

Fixes:

* Builds on Perl 5.13.4 with (?^...) regex construct.

------------------------------------------------------------------------
0.24 | Piotr Roszatycki <dexter@cpan.org> | 2009-12-13
0.24 2009-12-13 Piotr Roszatycki <dexter@cpan.org>

New:

Expand All @@ -21,23 +21,23 @@ New:
Exception::Base.

------------------------------------------------------------------------
0.23 | Piotr Roszatycki <dexter@cpan.org> | 2009-10-20
0.23 2009-10-20 Piotr Roszatycki <dexter@cpan.org>

New:

* Method "catch" has optional argument. It recovers an exception from this
argument or from "$@" variable by default.

------------------------------------------------------------------------
0.2202 | Piotr Roszatycki <dexter@cpan.org> | 2009-08-13
0.2202 2009-08-13 Piotr Roszatycki <dexter@cpan.org>

Fixes:

* The smart matching operator "~~" requires second argument to be a scalar for
Perl >= 5.10.1.

------------------------------------------------------------------------
0.2201 | Piotr Roszatycki <dexter@debian.org> | 2009-04-02
0.2201 2009-04-02 Piotr Roszatycki <dexter@debian.org>

Fixes:

Expand All @@ -48,7 +48,7 @@ Changes:
* POD is mixed with rest of code.

------------------------------------------------------------------------
0.22 | Piotr Roszatycki <dexter@debian.org> | 2009-03-24
0.22 2009-03-24 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -61,7 +61,7 @@ Changes:
* Build requires Test::Unit::Lite 0.21.

------------------------------------------------------------------------
0.21 | Piotr Roszatycki <dexter@debian.org> | 2008-12-08
0.21 2008-12-08 Piotr Roszatycki <dexter@debian.org>

Fixes:

Expand All @@ -75,7 +75,7 @@ Changes:
* Method "import" was refactored.

------------------------------------------------------------------------
0.20 | Piotr Roszatycki <dexter@debian.org> | 2008-12-05
0.20 2008-12-05 Piotr Roszatycki <dexter@debian.org>

New:

Expand Down Expand Up @@ -105,7 +105,7 @@ Changes:
* catch method takes no arguments.

------------------------------------------------------------------------
0.1901 | Piotr Roszatycki <dexter@debian.org> | 2008-10-13
0.1901 2008-10-13 Piotr Roszatycki <dexter@debian.org>

Fixes:

Expand All @@ -120,7 +120,7 @@ Changes:
* Updated bundled Test::Unit::Lite to 0.1002.

------------------------------------------------------------------------
0.19 | Piotr Roszatycki <dexter@debian.org> | 2008-10-08
0.19 2008-10-08 Piotr Roszatycki <dexter@debian.org>

Fixes:

Expand All @@ -133,7 +133,7 @@ Changes:
* Updated bundled Test::Unit::Lite to 0.1001.

------------------------------------------------------------------------
0.18 | Piotr Roszatycki <dexter@debian.org> | 2008-10-08
0.18 2008-10-08 Piotr Roszatycki <dexter@debian.org>

New:

Expand Down Expand Up @@ -193,19 +193,19 @@ Changes:
* Updated bundled Test::Unit::Lite to 0.10.

------------------------------------------------------------------------
0.1702 | Piotr Roszatycki <dexter@debian.org> | 2008-05-28
0.1702 2008-05-28 Piotr Roszatycki <dexter@debian.org>

Fixed:

* Fix some "undefined value" warning.

------------------------------------------------------------------------
0.1701 | Piotr Roszatycki <dexter@debian.org> | 2008-05-12
0.1701 2008-05-12 Piotr Roszatycki <dexter@debian.org>

* Corrected documentation.

------------------------------------------------------------------------
0.17 | Piotr Roszatycki <dexter@debian.org> | 2008-05-11
0.17 2008-05-11 Piotr Roszatycki <dexter@debian.org>

Incompatibilities:

Expand All @@ -224,7 +224,7 @@ Changes:
* The "with" method matches the default_attribute if one argument is given.

------------------------------------------------------------------------
0.16 | Piotr Roszatycki <dexter@debian.org> | 2008-05-07
0.16 2008-05-07 Piotr Roszatycki <dexter@debian.org>

Incompatibilites:

Expand Down Expand Up @@ -260,7 +260,7 @@ Fixes:
* Support for threads module.

------------------------------------------------------------------------
0.15 | Piotr Roszatycki <dexter@debian.org> | 2008-04-19
0.15 2008-04-19 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -272,7 +272,7 @@ Changes:
* Drop indirect notation is POD and code.

------------------------------------------------------------------------
0.14 | Piotr Roszatycki <dexter@debian.org> | 2008-04-13
0.14 2008-04-13 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -288,15 +288,15 @@ Changes:
* Updated bundled Test::Unit::Lite to 0.0903.

------------------------------------------------------------------------
0.13 | Piotr Roszatycki <dexter@debian.org> | 2007-11-19
0.13 2007-11-19 Piotr Roszatycki <dexter@debian.org>

Changes:

* If the error stack is empty, the catch method returns undefined value.
* Updated bundled Test::Unit::Lite to 0.0701.

------------------------------------------------------------------------
0.12 | Piotr Roszatycki <dexter@debian.org> | 2007-10-29
0.12 2007-10-29 Piotr Roszatycki <dexter@debian.org>

Fixes:

Expand All @@ -313,7 +313,7 @@ Changes:
* Updated bundled Test::Unit::Lite to 0.07.

------------------------------------------------------------------------
0.11 | Piotr Roszatycki <dexter@debian.org> | 2007-10-13
0.11 2007-10-13 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -326,7 +326,7 @@ Changes:
* Compatibility with Kurila 1.4.

------------------------------------------------------------------------
0.10 | Piotr Roszatycki <dexter@debian.org> | 2007-10-09
0.10 2007-10-09 Piotr Roszatycki <dexter@debian.org>

Changes:

Expand All @@ -338,7 +338,7 @@ Changes:
* Do not test POD errors unless $ENV{PERL_TEST_POD} is true.

------------------------------------------------------------------------
0.09 | Piotr Roszatycki <dexter@debian.org> | 2007-10-08
0.09 2007-10-08 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -356,7 +356,7 @@ Changes:
* Use default message if argument or field is an empty string.

------------------------------------------------------------------------
0.08 | Piotr Roszatycki <dexter@debian.org> | 2007-10-06
0.08 2007-10-06 Piotr Roszatycki <dexter@debian.org>

New:

Expand All @@ -374,26 +374,26 @@ Minor changes:
* Updated benchmark results in documentation.

------------------------------------------------------------------------
0.07 | Piotr Roszatycki <dexter@debian.org> | 2007-05-18
0.07 2007-05-18 Piotr Roszatycki <dexter@debian.org>

Fixed error:

* Load base class of newly created exception before checking its default
properties.

------------------------------------------------------------------------
0.06 | Piotr Roszatycki <dexter@debian.org> | 2007-05-18
0.06 2007-05-18 Piotr Roszatycki <dexter@debian.org>

* Can define default value for rw properties with "use".
* Does not undefine other typeglobs than CODE with "unimport".

------------------------------------------------------------------------
0.05 | Piotr Roszatycki <dexter@debian.org> | 2007-05-11
0.05 2007-05-11 Piotr Roszatycki <dexter@debian.org>

* Added bundled Test/Unit/Lite.pm to MANIFEST.

------------------------------------------------------------------------
0.04 | Piotr Roszatycki <dexter@debian.org> | 2007-05-11
0.04 2007-05-11 Piotr Roszatycki <dexter@debian.org>

* use 5.006
* Test with bundled Test::Unit::Lite, so there is no dependency on
Expand All @@ -402,7 +402,7 @@ Fixed error:
* META.yml is generated with Makefile.PL.

------------------------------------------------------------------------
0.03 | Piotr Roszatycki <dexter@debian.org> | 2007-04-23
0.03 2007-04-23 Piotr Roszatycki <dexter@debian.org>

* Added ignore_package (rw) field, contains package names which are ignored
from backtrace stack.
Expand All @@ -412,13 +412,13 @@ Fixed error:
* META.yml created by hand.

------------------------------------------------------------------------
0.02 | Piotr Roszatycki <dexter@debian.org> | 2007-04-22
0.02 2007-04-22 Piotr Roszatycki <dexter@debian.org>

* First CPAN release.
* Module renamed to Exception::Base.

------------------------------------------------------------------------
0.01 | Piotr Roszatycki <dexter@debian.org> | 2007-04-20
0.01 2007-04-20 Piotr Roszatycki <dexter@debian.org>

* Development release.

Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -1018,7 +1018,10 @@ You can find the benchmark script in this package distribution.
# BUGS

If you find the bug or want to implement new features, please report it at
[http://rt.cpan.org/NoAuth/Bugs.html?Dist=Exception-Base](http://rt.cpan.org/NoAuth/Bugs.html?Dist=Exception-Base)
[https://github.com/dex4er/perl-Exception-Base/issues](https://github.com/dex4er/perl-Exception-Base/issues)

The code repository is available at
[http://github.com/dex4er/perl-Exception-Base](http://github.com/dex4er/perl-Exception-Base)

# AUTHOR

Expand Down

0 comments on commit ea55a93

Please sign in to comment.