File: Changes

package info (click to toggle)
libmodule-build-pluggable-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 434; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Revision history for Perl extension Module::Build::Pluggable

0.10 2013-05-07T08:44:27Z

    - Suppress warnings in test case.

0.09 2013-03-18T18:05:53

    - Test::Module::Build::Pluggable: Added write_manifest() method.
    - Test::Module::Build::Pluggable: run_build_script() method can handle arguments.

0.08 2013-03-15T08:33:43

    - Added add_around_action_modifier to M::B::P::Base
      (tokuhirom)

0.07 2013-03-11T19:00:02

    - Added docs for Module::Build::Pluggable::GithubMeta

0.06 2013-03-11T18:36:20

    - Module::Build::Pluggable::GithubMeta
      (tokuhirom)

0.05

    - do not add + prefix-ed modules to (build|configure)_requires automatically
      (tokuhirom)
    - added more documents and more explicit error messages.
      (tokuhirom)

0.04

    - added HOOK_prepare phase
    - Test::Module::Build::Pluggable#run_build_pl() accepts arguments as ARGV
    - added Module::Build::Pluggable::Base#requires, Module::Build::Pluggable::Base::add_extra_compiler_flags
    - added Test::Module::Build::Pluggable#write_plugin

0.03

    - remove ppport plugin from core

0.02

    - depend on perl 5.8
    - added Test::Module::Build::Pluggable for testing

0.01    Wed Oct 31 23:32:39 2012
    - original version