Skip to content

Commit

Permalink
use warnings in Ubic::Lockf
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Matyukhin committed Mar 31, 2012
1 parent a1ca8cd commit 211ed60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Ubic/Lockf.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package Ubic::Lockf;

use strict;
use warnings;

# ABSTRACT: file locker with an automatic out-of-scope unlocking mechanism

Expand Down

0 comments on commit 211ed60

Please sign in to comment.