Wise fathers-of-wisdom,

I have problems involving configuration of a perl package.
The perl package hooks into the ExtUtils::MakeMaker
CONFIGURE hook to ask for package-wide settings when
running perl Makefile.PL.
These settings are written to a Config/Default.pm file.
The idea is that when you give no config file in the
constructor, it will fetch it from the default file.
For this to happen I just construct the Default.pm file
and the perl install mechanism will do the rest.

Now, I also want to do the following:
  1. I want to make a My::Module::Config::save_config method
  2. I want to have a perl -MMy::Module::Config -e setup

Basically I've two questions to be solved:
First, how can I save the Default.pm in the installed (site) perl module tree,
i.e. after running make install?
Secondly, how can I use the My::Module::Config module
in the Makefile.PL when the Makefile.PL resides in the /My/ directory?

Somebody any idea please???
johanvdb

In reply to perl -MMy::Module::Config -e setup by johanvdb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.