[Rt-commit] r5638 - in Object-Declare: lib/Object
audreyt at bestpractical.com
audreyt at bestpractical.com
Fri Jul 21 00:42:54 EDT 2006
Author: audreyt
Date: Fri Jul 21 00:42:52 2006
New Revision: 5638
Modified:
Object-Declare/Changes
Object-Declare/lib/Object/Declare.pm
Log:
* This be 0.12.
* The "isn't" keyword in 0.11 broke Test::More, and I can't find a
way to reconcile them, so it's now sadly retracted.
Modified: Object-Declare/Changes
==============================================================================
--- Object-Declare/Changes (original)
+++ Object-Declare/Changes Fri Jul 21 00:42:52 2006
@@ -1,9 +1,17 @@
+[Changes for 0.12 - 2006-07-20]
+
+* The "isn't" keyword in 0.11 broke Test::More, and I can't find a
+ way to reconcile them, so it's now sadly retracted.
+
[Changes for 0.11 - 2006-07-20]
* Support the prefix ! operator on declarations, so negated ones
such as "!is global" or "!global is $x" now work.
Requested by: Jesse Vincent
+* Also introduce the "isn't" negated copula.
+ Requested by: Jesse Vincent
+
[Changes for 0.10 - 2006-07-20]
* The "copula" interface now accepts an arbitrary prefix for each
Modified: Object-Declare/lib/Object/Declare.pm
==============================================================================
--- Object-Declare/lib/Object/Declare.pm (original)
+++ Object-Declare/lib/Object/Declare.pm Fri Jul 21 00:42:52 2006
@@ -4,7 +4,7 @@
use strict;
use warnings;
-$Object::Declare::VERSION = '0.11';
+$Object::Declare::VERSION = '0.12';
use Sub::Override;
More information about the Rt-commit
mailing list