Skip to content

Commit

Permalink
Fix warning in t/ua_trap.t
Browse files Browse the repository at this point in the history
This fixes "Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/core_perl/HTTP/Tiny.pm line 602."
  • Loading branch information
oalders committed Jul 31, 2020
1 parent 9f10930 commit ebb93f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/ua_trap.t
Expand Up @@ -14,6 +14,7 @@ use Test::Fatal qw( exception );
{

package TrapUA;
our $VERSION = '0.01';
use Moo;
extends 'HTTP::Tiny::Mech';

Expand Down

0 comments on commit ebb93f9

Please sign in to comment.