X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=fbbbe0f2804b960439eb41e4212e32531be5ec59;hb=4bef84ef7f1835abdcab5c23f9a74446349749d8;hp=0f0483b9888e72896318b822dd0b051428edd0c0;hpb=ca980dc4f492df68e6536c0c83a2d520adc43066;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 0f0483b..fbbbe0f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ use 5.006_002; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.55'; +our $VERSION = '0.68'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -160,7 +160,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.55 +This document describes Mouse version 0.68 =head1 SYNOPSIS @@ -195,20 +195,21 @@ This document describes Mouse version 0.55 =head1 DESCRIPTION -L is wonderful. B +L is a postmodern object system for Perl5. Moose is wonderful. Unfortunately, Moose has a compile-time penalty. Though significant progress has been made over the years, the compile time penalty is a non-starter for some very specific applications. If you are writing a command-line application or CGI script where startup time is essential, you may not be able to use -Moose. We recommend that you instead use L and FastCGI for the -latter, if possible. +Moose. We recommend that you instead use persistent Perl executing environments +like C for the latter, if possible. -Mouse aims to alleviate this by providing a subset of Moose's functionality, -faster. +Mouse is a Moose compatible object system, which aims to alleviate this by +providing a subset of Moose's functionality. We're also going as light on dependencies as possible. Mouse currently has -B except for testing modules. +B except for testing modules. Mouse also works without XS, +although it has an XS backend to make it much faster. =head2 MOOSE COMPATIBILITY @@ -218,7 +219,7 @@ The Mouse code just runs the test suite 4x faster. The idea is that, if you need the extra power, you should be able to run C on your codebase and have nothing break. To that end, -we have written L which will act as Mouse unless Moose is loaded, +we have written L which will act as Mouse unless Moose is loaded, in which case it will act as Moose. Since Mouse is a little sloppier than Moose, if you run into weird errors, it would be worth running: