~ubuntu-branches/ubuntu/trusty/librose-object-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Rose/Object/MakeMethods/Generic.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu
  • Date: 2010-02-11 21:27:22 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100211212722-wsb9vv3afszkk0xe
Tags: 0.858-1
* New upstream release
* Standards-Version 3.8.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  eval
19
19
  {
20
20
    require Class::XSAccessor;
21
 
  
 
21
 
22
22
    unless($Class::XSAccessor::VERSION >= 0.14)
23
23
    {
24
24
      die "Class::XSAccessor $Class::XSAccessor::VERSION is too old";