it means "i may be talking out of my ass" (or "arse" if you're british :)
On Tue, Jun 21, 2011 at 1:53 PM, Shlomi Fish <[email protected]> wrote: > On Tue, 21 Jun 2011 13:27:03 +0300 > Dotan Dimet <[email protected]> wrote: > > > The perl equivalent of ./configure && make && make install is (usually) > > perl Makefile.PL && make && make install; that's what the cpan client > > usually does after downloading and extracting module distributions. > > > > > > I second Sawyer's recommendation and suggest you look at some > > Makefile.PL files in a bunch of CPAN modules to see how it works - > > something simple to start with (Gaal Yahas' App::CSV, or Mojolicious and > > Dancer) and something trickier like Template-toolkit, which will give > > you ideas for how to customize the installation (there's no configure in > > the perl toolchain, and it installs the modules relative to where perl > > is installed). > > > > > > - Dotan > > > > (haven't done this myself, IMBTOOMA) > > > > What is IMBTOOMA? > > Regards, > > Shlomi Fish > > -- > ----------------------------------------------------------------- > Shlomi Fish http://www.shlomifish.org/ > Why I Love Perl - http://shlom.in/joy-of-perl > > There are no deletionists. Only Wikipedia articles which Chuck Norris > allows > to live. (By: joeyadams) > > Please reply to list if it's a mailing list post - http://shlom.in/reply . > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl >
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
