fix shebang line in diskUsage.pl and added license notice
This commit is contained in:
parent
11fd0b1ca7
commit
ee9908768d
2 changed files with 11 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
7.3.18
|
||||
- fix: diskUsage.pl (perlDreamer Consulting, LLC)
|
||||
http://www.plainblack.com/bugs/tracker/diskusage.pl#tlMpeq3vzsd37pRHcz_NYg
|
||||
- fix: thread next/prev url (perlDreamer Consulting, LLC)
|
||||
http://www.plainblack.com/bugs/tracker/thread-next/prev-url/
|
||||
- fix: getLineage joinClass expects string, not array ref (perlDreamer Consulting, LLC)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,12 @@
|
|||
#!/data/wre/prereqs/perl/bin/perl
|
||||
#-------------------------------------------------------------------
|
||||
# WebGUI is Copyright 2001-2006 Plain Black Corporation.
|
||||
#-------------------------------------------------------------------
|
||||
# Please read the legal notices (docs/legal.txt) and the license
|
||||
# (docs/license.txt) that came with this distribution before using
|
||||
# this software.
|
||||
#-------------------------------------------------------------------
|
||||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
use lib "../lib";
|
||||
use Getopt::Long;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue