aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Fripost/Schema.pm
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-03-14 17:20:32 +0100
committerStefan Kangas <skangas@skangas.se>2011-03-14 17:20:32 +0100
commitbad3c7cdf557c76f05bfee0b07257264b3c5d04e (patch)
treea4d80340729b2b1d8fec7cfecbe922a84869fdbf /lib/Fripost/Schema.pm
parentdaad29e615acdb0f3778f5b9e120f2b1df0ac302 (diff)
Fix package statements
Diffstat (limited to 'lib/Fripost/Schema.pm')
-rwxr-xr-xlib/Fripost/Schema.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Fripost/Schema.pm b/lib/Fripost/Schema.pm
index 440d2ed..c9cc832 100755
--- a/lib/Fripost/Schema.pm
+++ b/lib/Fripost/Schema.pm
@@ -1,7 +1,6 @@
package Fripost::Schema;
use 5.010_000;
-use warnings;
use strict;
use base qw/DBIx::Class::Schema/;