~ubuntu-branches/ubuntu/wily/libconfig-auto-perl/wily

« back to all changes in this revision

Viewing changes to lib/Config/Auto.pm

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso
  • Date: 2012-02-07 22:10:30 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20120207221030-gxbqq7x9zp0q6ts4
Tags: 0.42-1
* Imported Upstream version 0.42
* Drop test-file-for-06_const_it.t-test.patch patch.
  This is not needed anymore as upstream has added a testfile to test
  against.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
use vars qw[$VERSION $DisablePerl $Untaint $Debug];
9
9
 
10
 
$VERSION        = '0.40';
 
10
$VERSION        = '0.42';
11
11
$DisablePerl    = 0;
12
12
$Untaint        = 0;
13
13
$Debug          = 0;