Hi,

On Cava's web site I read:

"Cava Packager provides a packaging solution for applications developed in Perl on the Windows, Linux and MacOSX platforms.".

So it seems that it should work for Mac and Linux also...

I have also read:

"...At your option you can 'encrypt' the source code of distributed modules and run them using an included decrypting source filter."

So it can also allow source code encryption.

Are these things true?

--
Octavian

----- Original Message ----- From: "ademmler" <n...@ademmler.com> To: "Johan Vromans" <jvrom...@squirrel.nl>; "Daniel Carrera" <dcarr...@gmail.com>
Cc: <wxperl-users@perl.org>
Sent: Monday, August 02, 2010 11:39 PM
Subject: Re: AW: Distributing wxPerl applications


hi,

I am using all of those tools and the major difference is the concept behind:

A) perl2exe never made it succsesfully for me.

B) ActiveStae perlapp I could not run wtihout ActiveStae Per . . . (non strawberry)

C) PAR is generating some ZIP Archive containing everything. While launch this one is unpacked to some tmp directory. Par can encode the files and changes the file names (to some fancy longish names). par runs on any plattform, but have some cave eats. One trick add sth. like this to the end of your code if the module wont be included propperly.

sub _par_hints {

require module::name;
}

D) Cava builds an APP folder containing all files and libs needed in "open" formats. also the UI is perfect and it is easy to maintin a distribution. Also you can include resources and make an installer with Cava. In my view Cava is more structured, better file collection and more robust - actually onyl on windows.


So I am looking forward to get Cava Also for Linux and Mac OS X :)

Alexander

Am 02.08.2010 um 22:24 schrieb Johan Vromans:

Daniel Carrera <dcarr...@gmail.com> writes:

Does Cava work better than PAR? How would you compare them? What's  the
ETA for Cava to be cross-platform?

I don't have any urgency. I am not a commercial developer with a deadline.

Then I suggest you repeat this question in a couple of weeks when (I
assume) the Cava developer will be back from vacations.

-- Johan


__________ Information from ESET NOD32 Antivirus, version of virus signature database 5335 (20100802) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com





__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5335 (20100802) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



Reply via email to