diff options
author | Gustav Eek <gustaveek@student.gu.se> | 2011-03-14 20:54:34 +0100 |
---|---|---|
committer | Gustav Eek <gustaveek@student.gu.se> | 2011-03-14 20:54:34 +0100 |
commit | 16ed1260dd2433d9c25cd550a06c175093416f58 (patch) | |
tree | c1caa0838e48db7a3b196186e2b8291facf4060f /lib/Fripost/Logger.pm | |
parent | 0df2709e4588f653fa680f4820dd2d696749723f (diff) | |
parent | 68708cd2430d4da548673fd612c891413448fddf (diff) |
Merge branch 'master' of https://github.com/skangas/fripost-tools
Diffstat (limited to 'lib/Fripost/Logger.pm')
-rwxr-xr-x | lib/Fripost/Logger.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Fripost/Logger.pm b/lib/Fripost/Logger.pm index c515a5c..0aacf2c 100755 --- a/lib/Fripost/Logger.pm +++ b/lib/Fripost/Logger.pm @@ -1,7 +1,6 @@ -#!/usr/bin/perl +package Fripost::Logger; use 5.010_000; -use warnings; use strict; =head1 NAME |