File: dumb-upstream.patch

package info (click to toggle)
libconfig-model-perl 2.141-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,168 kB
  • sloc: perl: 15,067; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove debug code
 Zut. I forgot to remove debug code. :-/
Author: dod
Applied-Upstream: yes
--- a/t/array_id.t
+++ b/t/array_id.t
@@ -179,8 +179,6 @@
 
     my @all = $b->fetch_all_values;
     eq_or_diff( \@all, [qw/baz bar toto titi toto titi toto2/], "check fetch_all_values" );
-    use XXX;
-    YYY $b;
     is( $b->fetch, 'baz,bar,toto,titi,toto,titi,toto2', "check fetch" );
     $b->clear;
 };