Skip to content

Commit 44a7400

Browse files
committed
add version and author infomation.
1 parent 40a1db9 commit 44a7400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils.pm

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/env perl
22
#
3+
# Author: soarpenguin <[email protected]>
4+
# First release May.14 2013
35
##################################################
46
# usage of utils.pm, add code like:
57
# use lib "path"; #path is the file of utils.pm
@@ -18,6 +20,7 @@ $|=1;
1820
BEGIN {
1921
use Exporter();
2022
use vars qw($VERSION @ISA @EXPORT);
23+
$VERSION = 0.0.1;
2124
@ISA = qw(Exporter);
2225
@EXPORT = qw(&read_rcfile &mk_fd_nonblocking &clrscr &clreol &delline
2326
&gotoxy &hidecursor &showcursor &get_winsize

0 commit comments

Comments
 (0)