Skip to content

Commit

Permalink
update test.perl.template: add use strict,warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oxnz committed Feb 12, 2014
1 parent 815ffa6 commit 0d0b8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test.perl.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env perl
# auther: oxnz
# coding: utf-8

use strict;
use warnings;

0 comments on commit 0d0b8e1

Please sign in to comment.