r72494 - in /branches/upstream/libconfig-model-backend-augeas-perl/current: Build.PL ChangeLog MANIFEST META.json META.yml lib/Config/Model/Backend/Augeas.pm t/augeas_backend.t t/augeas_from_scratch.t

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Mon Apr 11 09:28:38 UTC 2011


Author: ddumont-guest
Date: Mon Apr 11 09:28:05 2011
New Revision: 72494

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72494
Log:
[svn-upgrade] new version libconfig-model-backend-augeas-perl (0.109)

Added:
    branches/upstream/libconfig-model-backend-augeas-perl/current/META.json
Modified:
    branches/upstream/libconfig-model-backend-augeas-perl/current/Build.PL
    branches/upstream/libconfig-model-backend-augeas-perl/current/ChangeLog
    branches/upstream/libconfig-model-backend-augeas-perl/current/MANIFEST
    branches/upstream/libconfig-model-backend-augeas-perl/current/META.yml
    branches/upstream/libconfig-model-backend-augeas-perl/current/lib/Config/Model/Backend/Augeas.pm
    branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_backend.t
    branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_from_scratch.t

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/Build.PL?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/Build.PL (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/Build.PL Mon Apr 11 09:28:05 2011
@@ -1,8 +1,4 @@
-# $Author$
-# $Date$
-# $Revision$
-
-#    Copyright (c) 2008-2010 Dominique Dumont.
+#    Copyright (c) 2008-2011 Dominique Dumont.
 #
 #    This file is part of Config-Model-Backend-Augead.
 #
@@ -41,7 +37,7 @@
 		      'Log::Log4perl'     => '1.11', # for TRACE log level
 		      'Exception::Class'  => 0,
 		      'Config::Augeas' => '0.303',
-		      'Config::Model'  => '1.207',
+		      'Config::Model'  => '1.236',
 		     },
    build_requires => {
 		      'Test::More'        => 0,

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/ChangeLog?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/ChangeLog (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/ChangeLog Mon Apr 11 09:28:05 2011
@@ -1,3 +1,8 @@
+2010-12-13  Dominique Dumont  <dominique.dumont at hp.com> v0.109
+
+        * updated tests to work with Config::Model 1.236
+          (fix Ubuntu bug #749108)
+
 2010-12-13  Dominique Dumont  <dominique.dumont at hp.com> v0.108
 
         * updated tests to work with Config::Model 1.207

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/MANIFEST?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/MANIFEST (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/MANIFEST Mon Apr 11 09:28:05 2011
@@ -10,3 +10,4 @@
 t/augeas_from_scratch.t
 t/test_model.pl
 t/pod.t
+META.json

Added: branches/upstream/libconfig-model-backend-augeas-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/META.json?rev=72494&op=file
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/META.json (added)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/META.json Mon Apr 11 09:28:05 2011
@@ -1,0 +1,51 @@
+{
+   "abstract" : "Read and write configuration data through Augeas",
+   "author" : [
+      "Dominique Dumont (ddumont at cpan dot org)"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110930",
+   "license" : [
+      "open_source"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "Config-Model-Backend-Augeas",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Test::Exception" : 0,
+            "Test::More" : 0,
+            "Test::Warn" : "0.11"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.38"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Config::Augeas" : "0.303",
+            "Config::Model" : "1.236",
+            "Exception::Class" : 0,
+            "Log::Log4perl" : "1.11"
+         }
+      }
+   },
+   "provides" : {
+      "Config::Model::Backend::Augeas" : {
+         "file" : "lib/Config/Model/Backend/Augeas.pm",
+         "version" : "0.109"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt"
+      ]
+   },
+   "version" : "0.109"
+}

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/META.yml?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/META.yml (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/META.yml Mon Apr 11 09:28:05 2011
@@ -7,9 +7,10 @@
   Test::More: 0
   Test::Warn: 0.11
 configure_requires:
-  Module::Build: 0.36
-generated_by: 'Module::Build version 0.3607'
-license: lgpl
+  Module::Build: 0.38
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930'
+license: open_source
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
@@ -17,12 +18,12 @@
 provides:
   Config::Model::Backend::Augeas:
     file: lib/Config/Model/Backend/Augeas.pm
-    version: 0.108
+    version: 0.109
 requires:
   Config::Augeas: 0.303
-  Config::Model: 1.207
+  Config::Model: 1.236
   Exception::Class: 0
   Log::Log4perl: 1.11
 resources:
   license: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
-version: 0.108
+version: 0.109

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/lib/Config/Model/Backend/Augeas.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/lib/Config/Model/Backend/Augeas.pm?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/lib/Config/Model/Backend/Augeas.pm (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/lib/Config/Model/Backend/Augeas.pm Mon Apr 11 09:28:05 2011
@@ -1,4 +1,4 @@
-#    Copyright (c) 2008-2010 Dominique Dumont.
+#    Copyright (c) 2008-2011 Dominique Dumont.
 #
 #    This file is part of Config-Model-Backend-Augeas.
 #
@@ -29,7 +29,7 @@
 eval { require Config::Augeas ;} ;
 $has_augeas = 0 if $@ ;
 
-our $VERSION = '0.108';
+our $VERSION = '0.109';
 
 =head1 NAME
 
@@ -201,7 +201,7 @@
 
 Sometimes, the structure of a file loaded by Augeas starts directly
 with a list of items. For instance C</etc/hosts> structure starts with
-a list of lines that specify hosts and IP adresses. The C<set_in>
+a list of lines that specify hosts and IP addresses. The C<set_in>
 parameter specifies an element name in Config::Model root class that
 will hold the configuration data retrieved by Augeas.
 

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_backend.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_backend.t?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_backend.t (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_backend.t Mon Apr 11 09:28:05 2011
@@ -1,7 +1,4 @@
 # -*- cperl -*-
-# $Author: ddumont $
-# $Date: 2008-07-04 16:14:06 +0200 (Fri, 04 Jul 2008) $
-# $Revision$
 
 # test augeas backend 
 
@@ -160,6 +157,7 @@
 close SSHD ;
 
 my $sshd_root = $i_sshd->config_root ;
+$sshd_root->init; # required by Config::Model 1.236
 
 my $ssh_augeas_obj = $sshd_root->{backend}{augeas}->_augeas_object ;
 

Modified: branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_from_scratch.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_from_scratch.t?rev=72494&op=diff
==============================================================================
--- branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_from_scratch.t (original)
+++ branches/upstream/libconfig-model-backend-augeas-perl/current/t/augeas_from_scratch.t Mon Apr 11 09:28:05 2011
@@ -1,7 +1,4 @@
 # -*- cperl -*-
-# $Author: ddumont $
-# $Date: 2008-07-04 16:14:06 +0200 (Fri, 04 Jul 2008) $
-# $Revision: 846 $
 
 # test augeas backend 
 
@@ -80,6 +77,7 @@
 ok( $i_sshd, "Created instance for /etc/ssh/sshd_config" );
 
 my $sshd_root = $i_sshd->config_root ;
+$sshd_root->init ;
 
 my $ssh_augeas_obj = $sshd_root->{backend}{augeas}->_augeas_object ;
 




More information about the Pkg-perl-cvs-commits mailing list