The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Module::Setup

0.03_02 2008-10-14T12:29:43+09:00
        - add dependence File::HomeDir

0.03_01 2008-10-10T20:29:36+09:00
	- add module_setup_dir option
        - add t/020_run/direct.t and t/020_run/pack.t
        - Change to built-in api
        - too many refactoring

0.03    2008-10-07T20:01:05+09:00
        - add flavor select option (core)
        - add dependence to Module::Install::AuthorTests for Flavor::Default franck++
        - add tests
        - fixed spell test in Flavor::Default
        - fixed Makefile.PL is ignored in .gitignore (Plugin::VC::Git)

0.02    2008-10-02T11:34:28+09:00
        - 0.01 is broken code
          dependence Module::Collect 0.04
        - pod fix
        - add plugin trigger point
          after_create_skeleton
          finalize_create_skeleton

0.01    2008-10-01T23:46:50+09:00
        - original version