~ubuntu-branches/ubuntu/lucid/libmodule-info-perl/lucid

« back to all changes in this revision

Viewing changes to t/lib/Moo.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2005-07-09 15:30:17 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050709153017-658uhcdk74mtiwmj
Tags: 0.28-1
* New upstream release
* Standards-version bump. No other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package Moo;
 
2
 
 
3
# potentially unsafe version assignment line
 
4
use vars; $VERSION = '0.12';
 
5
 
 
6
1;