Hi,
David Golden kindly answered to two mails and gave this code to replace the UUID module.
 
use Data::UUID::MT;
  {
    my $generator = Data::UUID::MT->new;
    sub _get_uuid {
        return lc $generator->create_string;
    }
  }

I would thanks you for your patience and kind suggestions.

Fabio D'Alfonso
'Enabling Business Through IT'
cell.  +39.348.059.40.22 *
web: www.fabiodalfonso.com
email: [email protected]
linkedin: www.linkedin.com/in/fabiodalfonso
twitter: www.twitter.com/#!/fabio_dalfonso

fax: +39.06.874.599.581
BlackBerry® Wireless Enabled Address.

* Hidden  numbers are automatically rejected by the phone

On 4/16/2012 9:09 PM, David Mertens wrote:
Excellent progress. Keep us posted and feel free to ask more questions as they arise.

David

On Mon, Apr 16, 2012 at 11:39 AM, Fabio D'Alfonso <[email protected]> wrote:
Hi,
I sent an email to the current maintainers of the module, to ask if they can point at a version that could be built on windows.
The html in the ppm package says  that the version for windows uses  a native RCP library, so they could suggest  how to apply changes to make the build possible on windows.

Thanks

Fabio D'Alfonso
'Enabling Business Through IT'
cell.  +39.348.059.40.22 ***
web: www.fabiodalfonso.com <http://www.fabiodalfonso.com/>
email: [email protected]
<mailto:[email protected]>linkedin: www.linkedin.com/in/fabiodalfonso <http://it.linkedin.com/in/fabiodalfonso>
twitter: www.twitter.com/#!/fabio_dalfonso <http://www.twitter.com/#%21/fabio_dalfonso>

fax: +39.06.874.599.581
BlackBerry® Wireless Enabled Address.


        ** Hidden  numbers are automatically rejected by the phone*


On 4/16/2012 4:37 PM, Fabio D'Alfonso wrote:
Hi,
this is the ppm package, that vmware made available offline in a folder.

Thanks for you help.

Fabio D'Alfonso
'Enabling Business Through IT'
cell.  +39.348.059.40.22 ***
web: www.fabiodalfonso.com <http://www.fabiodalfonso.com/>
email: [email protected]
<mailto:[email protected]>linkedin: www.linkedin.com/in/fabiodalfonso <http://it.linkedin.com/in/fabiodalfonso>
twitter: www.twitter.com/#!/fabio_dalfonso <http://www.twitter.com/#%21/fabio_dalfonso>

fax: +39.06.874.599.581
BlackBerry® Wireless Enabled Address.


         ** Hidden  numbers are automatically rejected by the phone*


On 4/16/2012 2:36 PM, Sisyphus wrote:

----- Original Message ----- From: "Fabio D'Alfonso" <[email protected]>
To: "Sisyphus" <[email protected]>; <[email protected]>
Sent: Monday, April 16, 2012 10:10 PM
Subject: Re: [Perldl] A suggestion on an old required module?


Hi,
Thanks for trying.
There is a version 0.03 which is used in the package from VMware, built on windows for 5.8 820.
Thanks

Have you got the UUID-0.03 source ? ... or can you get it ?

If it builds on AS build 820, and you can get the source, I/we should be able to build it for 5.14.2.
At least, I can't think of any reason that wouldn't work ... but we *do* need the source.

Cheers,
Rob


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl



--
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to