Hi

I have a C package that has a Perl Module associated. At the moment it follows the following file system structure:

  [/]
   |
   |- configure.ac
   |- Makefile.am
   |- *.c
   |- perl
      |- file.pm
      |- Makefile.PL
      |- MANIFEST
      | ...

At the moment the approach is to run the configure script that is hacked to produce a Makefile.AM from the output of Makefile.PL. Also, the dist rule is hacked to follow the MANIFEST files.

What I would like was to rewrite this configure system and base it in Perl. I want to make all the package installable from CPAN as all users of the C package uses the Perl module interface.

My question is: what is the best and easier approach?
  Any module I might give a peek to steal some ideas?

TIA
ambs
--
Alberto Simões - Departamento de Informática - Universidade do Minho
                 Campus de Gualtar - 4710-057 Braga - Portugal

Reply via email to