Skip to content

Commit

Permalink
Moved Hive.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 3, 2015
1 parent 706a061 commit df81c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gettemp
Expand Up @@ -4,6 +4,7 @@ use strict;
use warnings;
use 5.010;

use lib 'lib';
use Hive;

my ($user, $pass) = @ARGV;
Expand All @@ -13,4 +14,4 @@ my $hive = Hive->new({
password => $pass,
});

say $hive->get_user;
say $hive->get_user;
File renamed without changes.

0 comments on commit df81c68

Please sign in to comment.