TT#29620 Clean TAP test warning: Module does not end with '1;' in lib/NGCP/Panel/Field/URI.pm

Also add missing ';' otheriwise '1;' is not noticed here.

Change-Id: Ia6a45b527dc36b3530b0a0fc740a6033f42d7c93
changes/66/21266/1
Alexander Lutay 8 years ago
parent a9b94c4808
commit 7b470abd31

@ -98,8 +98,10 @@ sub uri_deflate {
}
no Moose;
1;
__PACKAGE__->meta->make_immutable;
use namespace::autoclean
use namespace::autoclean;
1;
# vim: set tabstop=4 expandtab:

Loading…
Cancel
Save