mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
20 lines
371 B
Perl
20 lines
371 B
Perl
--- ./md-sub/md-sub.cgi.orig 2013-11-24 18:54:07.634476295 +0400
|
|
+++ ./md-sub/md-sub.cgi 2013-11-24 18:47:15.000000000 +0400
|
|
@@ -78,7 +78,7 @@
|
|
#
|
|
# Required file
|
|
require 'cgi-lib.pl';
|
|
-require 'getopts.pl';
|
|
+use Getopt::Std;
|
|
|
|
#
|
|
# Version number
|
|
@@ -90,7 +90,7 @@
|
|
|
|
#
|
|
# Call Getopts
|
|
-&Getopts( 'C:v');
|
|
+getopts( 'C:v');
|
|
|
|
#
|
|
# Check to see if we are creating a DB
|