summaryrefslogtreecommitdiff
path: root/dists/win32/wix/uuidgen.pl
diff options
context:
space:
mode:
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