File: Changes

package info (click to toggle)
libmoosex-runnable-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 1,034; sh: 6; makefile: 5
file content (39 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download | duplicates (2)
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
Revision history for MooseX-Runnable

0.10      2016-03-13 00:40:21Z
        - switch from using List::MoreUtils to List::SomeUtils

0.09      2014-08-06 05:57:15Z
        - re-release to remove README.pod from shipped dist

0.08      2014-07-30 21:44:54Z
        - fix untranslated shebang in mx-run (github #2)

0.07      2014-02-19 05:04:37Z
        - restore mx-run executable lost in 0.04

0.06      2013-11-20 06:36:45Z
        - fixed failing unit tests that define classes inline

0.05      2013-11-19 03:36:29Z
        - fix repository metadata

0.04      2013-11-19 02:20:48Z
        - converted uses of Path::Class to Path::Tiny (Karen Etheridge)
        - removed use of deprecated Class::MOP::load_class
        - converted uses of Test::Exception to Test::Fatal
        - repository migrated from shadowcat to the github moose organization

0.03   2010-06-27 04:19:41Z
        - modified verification of RunnableClass values to use
          Params::Util::_CLASS (Karen Etheridge)

0.02   2009-11-02 08:30:10Z
        - fix bug where roles of superclasses were not considered when
          applying invocation schemes.

0.01   2009-10-13 07:04:03Z
        - stable release, no major changes

0.00_01   2009-04-29 15:58:09Z
        - first release