re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-30 07:36:57 +02:00
parent 355bd5cb95
commit 37f04117d9
2 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Class-Inner-0.200001.tar.gz
Class-Inner-0.200001.tar.gz

View File

@ -0,0 +1,9 @@
diff -up Class-Inner-0.1/t/basic.t.BAD Class-Inner-0.1/t/basic.t
--- Class-Inner-0.1/t/basic.t.BAD 2008-03-06 14:09:44.000000000 -0500
+++ Class-Inner-0.1/t/basic.t 2008-03-06 14:10:13.000000000 -0500
@@ -45,4 +45,4 @@ is($ic->poly(), 'b', '$ic->poly is
$ic = undef;
-ok(!$ic_class->isa('Parent'), 'Class dismissed');
+ok(!(ref $ic_class && $ic_class->isa('Parent')), 'Class dismissed');