~ubuntu-branches/ubuntu/vivid/libmouse-perl/vivid

« back to all changes in this revision

Viewing changes to lib/Mouse.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2010-11-20 12:11:53 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20101120121153-0zjj6obj8dm7v6f8
Tags: 0.87-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
use Mouse::Exporter; # enables strict and warnings
5
5
 
6
 
our $VERSION = '0.86';
 
6
our $VERSION = '0.87';
7
7
 
8
8
use Carp         qw(confess);
9
9
use Scalar::Util qw(blessed);
155
155
 
156
156
=head1 VERSION
157
157
 
158
 
This document describes Mouse version 0.86
 
158
This document describes Mouse version 0.87
159
159
 
160
160
=head1 SYNOPSIS
161
161