~ubuntu-branches/ubuntu/lucid/libclass-meta-perl/lucid

« back to all changes in this revision

Viewing changes to lib/Class/Meta/Constructor.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-04-08 20:06:04 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090408200604-1syymc0guv8bx7v0
Tags: 0.63-1
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).

* New upstream release.
* Remove patch pod-link.patch (incorporated upstream); remove quilt
  framework.
* Set Standards-Version to 3.8.1 (no changes).
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* Add perl-modules (>= 5.10) as an alternative build dependency to
  libmodule-build-perl.
* debian/copyright: switch to new format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Class::Meta::Constructor;
2
2
 
3
 
# $Id: Constructor.pm 3893 2008-05-15 03:12:02Z david $
 
3
# $Id: Constructor.pm 3937 2008-05-22 03:04:22Z david $
4
4
 
5
5
=head1 NAME
6
6
 
39
39
##############################################################################
40
40
# Package Globals                                                            #
41
41
##############################################################################
42
 
our $VERSION = '0.62';
 
42
our $VERSION = '0.63';
43
43
 
44
44
##############################################################################
45
45
# Constructors                                                               #