<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 04/06/2011 11:23 AM, J. Bobby Lopez wrote:
<blockquote
cite="mid:BANLkTin28D4VJtH58p5rq05D0Gf06Zp7_Q@mail.gmail.com"
type="cite">Anyone tried packaging a perl Dancer app with PAR/pp
in order to make the app portable and somewhat system independant?
Any success?<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
toronto-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/toronto-pm">http://mail.pm.org/mailman/listinfo/toronto-pm</a>
</pre>
</blockquote>
Local::lib and some manual patching will get you most of the way
there. PAR/pp are probably NOT what you want.<br>
<br>
Two things exist I'm aware of that handle distribution packaging: <br>
<br>
1) Shipwright (
<a class="moz-txt-link-freetext" href="http://search.cpan.org/~sunnavy/Shipwright-2.4.24/lib/Shipwright.pm">http://search.cpan.org/~sunnavy/Shipwright-2.4.24/lib/Shipwright.pm</a>
)<br>
2) Mist ( <a class="moz-txt-link-freetext" href="https://github.com/willert/mist">https://github.com/willert/mist</a> )<br>
<br>
Mist is dzil based, and is geared exactly towards what you're trying
to do. It's very alpha though.<br>
<br>
I've not used either to do what you're trying though, so your
mileage may vary.<br>
<br>
Cheers,<br>
Matt Phillips<br>
</body>
</html>