summaryrefslogtreecommitdiff
path: root/dist/lib
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2014-07-03 20:55:49 -0400
committerJames E Keenan <jkeenan@cpan.org>2014-07-03 20:55:49 -0400
commit81a491a6de673cecaecbbb1cbee10c3a36b93311 (patch)
tree5d76ee03b7e2d5e02c0b907834efe4546edc1dca /dist/lib
parented265324380d72455dc3f352f0ee0a67749591eb (diff)
downloadperl-81a491a6de673cecaecbbb1cbee10c3a36b93311.tar.gz
Don't add unnecessary linespace.
And don't add trailing whitespace ever! (Committer's error.)
Diffstat (limited to 'dist/lib')
-rw-r--r--dist/lib/t/01lib.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/lib/t/01lib.t b/dist/lib/t/01lib.t
index 849e237b79..2a103d4a3b 100644
--- a/dist/lib/t/01lib.t
+++ b/dist/lib/t/01lib.t
@@ -63,7 +63,6 @@ BEGIN {
ok( eval { require Yup; }, ' require()' );
ok( eval "use Yup; 1;", ' use()' );
is( $@, '', 'last "eval()" parsed and executed correctly' );
-
is_deeply(\@OrigINC, \@lib::ORIG_INC, '@lib::ORIG_INC' );
}