Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

tsee (4409)

tsee
  reversethis-{gro.napc} {ta} {relleums}
http://steffen-mueller.net/

You can find most of my Open Source Perl software in my CPAN directory [cpan.org].

Journal of tsee (4409)

Tuesday July 15, 2008
03:03 PM

YAPC::EU talk on PAR

[ #36918 ]

I'm currently preparing the slides for my "Application deployment and dependency management with PAR" talk at YAPC::EU in Copenhagen.

There's a couple of things on my mind which I want to talk about. However, I realized that my view of what's important and/or interesting may be quite different from what other people think.

Hence, I'd like to give you the opportunity to tell me what you'd care about in the context of the suite of PAR modules. This way, I might get a somewhat better idea of what people other than myself would expect from a talk on the topic. Feel free to post a reply or send me an email (my PAUSE ID is SMUELLER).

Thanks for your input!

Steffen

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • This isn't exactly the feedback you asked for, so please feel free to disregard it. I like par for one file application upgrades. A friend of mine wrote a nice web framework that glues XML::Comma (he's the author of that module) and HTML::Mason together. There is a custom Mason resolver that looks to a PAR file for its components, and another chunk of logic that adds the "lib" directory of that PAR file to @INC.

    This lets me scp a single PAR file to a server to upgrade an application, which I find super h