summaryrefslogtreecommitdiff
path: root/dists/win32/wix/uuidgen.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-17 17:56:45 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-17 17:56:45 +0000
commitf9d51feab99015f5096d98bbfe6763d08f56aa6f (patch)
tree21f7a912ca025668017ae185e26c145b1da25543 /dists/win32/wix/uuidgen.pl
parent49bc4af1b75ed950a0e8dd6dabb9299890d1e5fb (diff)
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@652 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists/win32/wix/uuidgen.pl')
-rw-r--r--dists/win32/wix/uuidgen.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dists/win32/wix/uuidgen.pl b/dists/win32/wix/uuidgen.pl
new file mode 100644
index 00000000..3713739f
--- /dev/null
+++ b/dists/win32/wix/uuidgen.pl
@@ -0,0 +1,5 @@
+use Data::UUID;
+$ug = new Data::UUID;
+$uuid = $ug->create();
+print $ug->to_string($uuid);
+print "\n"; \ No newline at end of file