Skip to content

Commit

Permalink
snapcraft work
Browse files Browse the repository at this point in the history
  • Loading branch information
milkey-mouse committed Apr 28, 2019
1 parent 544e37c commit c086ee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/bin/netburn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this
# project's Git repository at https://github.com/jimsalterjrs/network-testing/blob/master/LICENSE.

# include snap directory to find Time::HiRes if necessary
BEGIN {push @INC, '/snap/netburn/current/etc/perl/'}

use strict;
use Time::HiRes qw ( usleep gettimeofday );
use HTTP::Tiny;
Expand Down

0 comments on commit c086ee5

Please sign in to comment.