r50622 - /trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 10 03:46:10 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 10 03:46:04 2010
New Revision: 50622

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50622
Log:
add some diagnostic output

Modified:
    trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch

Modified: trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch?rev=50622&op=diff
==============================================================================
--- trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch (original)
+++ trunk/libmoosex-storage-perl/debian/patches/remove-best-dep.patch Sun Jan 10 03:46:04 2010
@@ -18,7 +18,7 @@
  our $AUTHORITY = 'cpan:STEVAN';
 --- a/t/020_basic_yaml.t
 +++ b/t/020_basic_yaml.t
-@@ -6,11 +6,11 @@
+@@ -6,14 +6,16 @@
  use Test::More;
  
  BEGIN {
@@ -33,10 +33,16 @@
      use_ok('MooseX::Storage');
  }
  
-@@ -44,43 +44,6 @@
++diag('Implementation: ', YAML::Any->implementation);
++
+ {
+ 
+     package Foo;
+@@ -43,44 +45,9 @@
+ 
      my $yaml = $foo->freeze;
  
-     yaml_string_ok( $yaml, '... we got valid YAML out of it' );
+-    yaml_string_ok( $yaml, '... we got valid YAML out of it' );
 -
 -    is(
 -        $yaml,
@@ -73,7 +79,9 @@
 -},
 -        '... got the same YAML'
 -    );
--
++    diag('YAML output: ', $yaml);
+ 
++    yaml_string_ok( $yaml, '... we got valid YAML out of it' );
  }
  
  {




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