diff options
Diffstat (limited to 'perl/create-ddl')
-rwxr-xr-x | perl/create-ddl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl/create-ddl b/perl/create-ddl index 09225fa..b2b6f95 100755 --- a/perl/create-ddl +++ b/perl/create-ddl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w # -# create-ddl - Create DDL files for Wallet +# Create DDL files for the wallet. # # Written by Jon Robertson <jonrober@stanford.edu> -# Copyright 2012 +# Copyright 2012, 2014 # The Board of Trustees of the Leland Stanford Junior University # # See LICENSE for licensing terms. @@ -15,6 +15,8 @@ use strict; use vars qw(); +use lib 'lib'; + use Getopt::Long; use Wallet::Admin; |