in reply to Re: adding new files to distribution
in thread adding new files to distribution

Should we specify all configs/modules we require as part of the Makefile? I am guessing this will automatically generate the right MANIFEST.

Replies are listed 'Best First'.
Re^3: adding new files to distribution
by Bloodnok (Vicar) on Sep 30, 2009 at 12:12 UTC
    No, there's no need to specify _any_ files since they [the files] specify themselves by existing in the structure when the makefile &/or MANIFEST is/are re-generated.

    In hindsight, one of the quickest ways to re-generate the MANIFEST and the makefile is

    make realclean rm MANIFEST perl Makefile.PL make
    A user level that continues to overstate my experience :-))