r56303 - in /branches/upstream/libconfig-model-itself-perl/current: ChangeLog META.yml lib/Config/Model/Itself.pm t/itself-editor.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 17 18:22:08 UTC 2010


Author: gregoa
Date: Sat Apr 17 18:21:39 2010
New Revision: 56303

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56303
Log:
[svn-upgrade] Integrating new upstream version, libconfig-model-itself-perl (1.215)

Modified:
    branches/upstream/libconfig-model-itself-perl/current/ChangeLog
    branches/upstream/libconfig-model-itself-perl/current/META.yml
    branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm
    branches/upstream/libconfig-model-itself-perl/current/t/itself-editor.t

Modified: branches/upstream/libconfig-model-itself-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/ChangeLog?rev=56303&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/ChangeLog (original)
+++ branches/upstream/libconfig-model-itself-perl/current/ChangeLog Sat Apr 17 18:21:39 2010
@@ -1,3 +1,8 @@
+2010-04-06  Dominique Dumont  <dominique.dumont at hp.com> 1.215
+
+	* t/itself.t: Fix skip part to avoid failures when X is not
+	available.
+
 2010-03-31  Dominique Dumont  <domi.dumont at free.fr> 1.214
 
 	* config-model-edit (): ensure that model modified by loading data

Modified: branches/upstream/libconfig-model-itself-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/META.yml?rev=56303&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/META.yml (original)
+++ branches/upstream/libconfig-model-itself-perl/current/META.yml Sat Apr 17 18:21:39 2010
@@ -4,7 +4,7 @@
   - 'Dominique Dumont (ddumont at cpan dot org)'
 configure_requires:
   Module::Build: 0.36
-generated_by: 'Module::Build version 0.3603'
+generated_by: 'Module::Build version 0.3607'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -13,7 +13,7 @@
 provides:
   Config::Model::Itself:
     file: lib/Config/Model/Itself.pm
-    version: 1.214
+    version: 1.215
   Config::Model::Itself::BackendDetector:
     file: lib/Config/Model/Itself/BackendDetector.pm
     version: 1.001
@@ -28,4 +28,4 @@
   YAML::Any: 0
 resources:
   license: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
-version: 1.214
+version: 1.215

Modified: branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm?rev=56303&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm (original)
+++ branches/upstream/libconfig-model-itself-perl/current/lib/Config/Model/Itself.pm Sat Apr 17 18:21:39 2010
@@ -28,7 +28,7 @@
 use File::Path ;
 use File::Basename ;
 
-our $VERSION = '1.214';
+our $VERSION = '1.215';
 
 my $logger = Log::Log4perl::get_logger(__PACKAGE__);
 

Modified: branches/upstream/libconfig-model-itself-perl/current/t/itself-editor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-model-itself-perl/current/t/itself-editor.t?rev=56303&op=diff
==============================================================================
--- branches/upstream/libconfig-model-itself-perl/current/t/itself-editor.t (original)
+++ branches/upstream/libconfig-model-itself-perl/current/t/itself-editor.t Sat Apr 17 18:21:39 2010
@@ -109,7 +109,7 @@
     my $mw = eval {MainWindow-> new ; };
 
     # cannot create Tk window
-    skip "Cannot create Tk window",1 if $@;
+    skip "Cannot create Tk window",8 if $@;
 
     $mw->withdraw ;
 




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