From: Stevan Little Date: Mon, 27 Nov 2006 16:47:05 +0000 (+0000) Subject: baz X-Git-Tag: 0_18~2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2cea2af748d992d966b50513aa7ce37d11c83d18;p=gitmo%2FMoose.git baz --- diff --git a/lib/Moose.pm b/lib/Moose.pm index a850406..811c028 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.18_001'; +our $VERSION = '0.18_002'; use Scalar::Util 'blessed', 'reftype'; use Carp 'confess';