Revision 4368
Added by daigle about 16 years ago
src/perl/register-dataset.cgi | ||
---|---|---|
28 | 28 |
# In this script, we process the form fields passed in from a POST, insert a |
29 | 29 |
# metadata document and an ACL document. |
30 | 30 |
|
31 |
use lib '../WEB-INF/lib'; |
|
31 | 32 |
use Metacat; |
32 | 33 |
use AppConfig qw(:expand :argcount); |
33 | 34 |
use Config::Properties; |
Also available in: Unified diff
Source the lib directory in the metacat application. This is the new location of Metacat.pm