perl uuid corretions 3.27.3
authorKilian Saffran <ksaffran@dks.lu>
Thu, 18 Oct 2018 06:13:21 +0000 (08:13 +0200)
committerKilian Saffran <ksaffran@dks.lu>
Thu, 18 Oct 2018 06:13:21 +0000 (08:13 +0200)
Tools/creorgadb.pl

index 3891ff5..dcecf3d 100644 (file)
@@ -19,7 +19,7 @@ GetOptions("dbfile|db=s" => \$dbfile,
            "template|t=s" => \$templatedb
           ); 
 #-db "C:\\Users\\ksaff\\DKS\\projects\\Creorga\\lechatpotte\\7c41cbd9-92b6-6d49-8682-a5404b726d10.sqlite" -t "C:\\Users\\ksaff\\Workspace\\creorga\\app\\defaults\\profile\\creorga.sqlite"
-my $ug = UUID::Generator::PurePerl->new();
+#my $ug = UUID::Generator::PurePerl->new();
 sub    getcoldef($){
        my $strddl = shift;
        my $curddl = $strddl;