projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8e1a28a
)
Prepare for release 0.02
Shawn M Moore [Wed, 11 Jun 2008 05:58:46 +0000 (
05:58
+0000)]
Changes
patch
|
blob
|
blame
|
history
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
528985b
..
b7892d5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,6
+1,6
@@
Revision history for Mouse
-0.02
+0.02 Wed Jun 11 01:56:44 2008
Add Squirrel which acts as Moose if it's already loaded, otherwise
Mouse (thanks nothingmuch)
Fix the order in which BUILD methods are called (thanks Robert Boone)
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
cad2530
..
deef2ce
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-3,7
+3,7
@@
package Mouse;
use strict;
use warnings;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use 5.006;
use Sub::Exporter;
@@
-139,7
+139,7
@@
Mouse - Moose minus the antlers
=head1 VERSION
-Version 0.01 released 10 Jun 08
+Version 0.02 released 11 Jun 08
=head1 SYNOPSIS