Module-Build-Convert
view release on metacpan or search on metacpan
0.41 Tue Oct 10 21:04:54 CEST 2006
- The Makefile.PL has been unintentional excluded from the
tarball written which is fixed now.
0.40 Tue Oct 10 18:15:37 CEST 2006
- prompt()/Verbose() within the input code read from Makefile.PL
are while converting substituted by Module::Build equivalents.
[Claes Jakobsson, claes@surfar.nu]
0.39 Fri Oct 6 20:29:03 CEST 2006
- Occurences of the functions prompt()/Verbose() which are
exported by ExtUtils::MakeMaker by default are removed
from the code written to the Build.PL.
0.38 Wed Sep 27 08:45:11 CEST 2006
- Fixed some minor bug which caused an exit while the
execution mode was being launched.
0.37 Tue Sep 26 20:58:04 CEST 2006
- Fixed a few lines broken indentation.
0.36 Tue Sep 26 16:01:19 CEST 2006
- Should a Build.PL already exist and if we're asked whether
we want to override it and answer no, the next distribution
is handled within the queue.
- The summary does also list which distributions have been
intentionally skipped.
0.35 Tue Sep 26 08:52:34 CEST 2006
- If we're automatically processing multiple distributions
and the verbose mode has been activated, a summary will be
output when converting has come to an end. The summary lists
which distributions were successfully processed (or not) and
whether they've been parsed or executed.
- Made the paths to Makefile.PL, Build.PL and MANIFEST
absolute to avoid misleading paths when not in the directory
that has been passed as argument to make2build.
- Adjusted the debugging output to be shown for all parseable
distributions contained within the path that has been specified
via make2build.
0.34 Sun Sep 24 13:01:42 CEST 2006
- Module::Build::Convert is now capable of doing the conversion
automatically for all modules within a certain directory with
make2build being only called once with the relative/absolute
path to the top-level directory provided.
- The initial converting message showing which paths have been
gathered for the Build.PL & Makefile.PL has been relocated
in order to appear before the method _exists() is being called.
Increases visual overview regarding which module is being
currently processed largely.
0.33 Fri Sep 22 16:43:04 CEST 2006
- Optimized the method _exists() to output a newline in verbose
mode after being asked whether one wants to override an existing
Build.PL.
- Prohibited the method _exists() to be twice called when we reinit
the conversion.
- Verbose output statements contain three leading stars (***).
- The output generated when while parsing a code bit is found,
is now embedded within a here-doc.
- The string parsing regular expression has been improved to
recognize mail adresses within <>.
- Extended the code parsing regular expression for comments.
0.32 Thu Sep 21 21:32:27 CEST 2006
- Improved the debugging visual output for the parsing process.
Removed the usage of *empty* for missing values.
- "Press [enter] to continue" will be displayed after each string,
array or hash processed.
0.31 Thu Sep 21 13:49:07 CEST 2006
- Modified the string parsing regular expression to not match
whenever a { or [ appears within the current bit that's parsed.
- The debugging output is now contained within here-docs.
- Added '' / [] / {} to the appropriate debugging descriptions
(string, array and hash).
- While parsing, empty values of either a string, array or hash
will be substituted with *empty*.
- Extended the _exists() method to ask whether the Build.PL
should be overwritten in case the option "Dont_Overwrite_Auto"
is activated; will continue normally if disabled.
- The initial note created by Module::Build::Compat will be
munged.
0.30 Sat Jun 17 21:39:33 CEST 2006
- Extended t/convert.t to mark defaulted arguments to be inserted
as such.
0.29 Thu May 4 22:52:46 CEST 2006
- Added $class variable to constructor new() which is filled with
the dereferenced $self if $self is a ref or solely $self otherwise.
( run in 0.443 second using v1.01-cache-2.11-cpan-5511b514fd6 )