~ubuntu-branches/ubuntu/utopic/libconfig-any-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Config/Any.pm

  • Committer: Bazaar Package Importer
  • Author(s): Salvatore Bonaccorso
  • Date: 2010-02-16 11:17:45 UTC
  • mfrom: (1.1.9 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100216111745-nw1ats85x8tmzhlp
Tags: 0.19-1
* New upstream release
* Add myself to Uploaders. 
* Referesh debian/copyright and update Copyright years. 
* Bump Standards-Version to 3.8.4 (no changes). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use Carp;
7
7
use Module::Pluggable::Object ();
8
8
 
9
 
our $VERSION = '0.18';
 
9
our $VERSION = '0.19';
10
10
 
11
11
=head1 NAME
12
12