diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-02 23:06:14 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-03 00:23:54 -0800 |
commit | 23368773cf89aff0fb71f505e364a14d9e704dbd (patch) | |
tree | 8f0f9b37bdebef24f137c70b2f09f3bc9d18be44 /dist | |
parent | 820438b1f224ac22cc138dae059e571dce74deb0 (diff) | |
download | perl-23368773cf89aff0fb71f505e364a14d9e704dbd.tar.gz |
Packlist.t: add bug number
Diffstat (limited to 'dist')
-rw-r--r-- | dist/ExtUtils-Install/t/Packlist.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-Install/t/Packlist.t b/dist/ExtUtils-Install/t/Packlist.t index 8e68dbcaa7..3f6c05868c 100644 --- a/dist/ExtUtils-Install/t/Packlist.t +++ b/dist/ExtUtils-Install/t/Packlist.t @@ -170,7 +170,7 @@ BEGIN { } INIT { - is $w, undef, 'no warnings from BEGIN-time mkfh'; + is $w, undef, '[perl #107410] no warnings from BEGIN-time mkfh'; delete $SIG{__WARN__}; } |