File: Changes

package info (click to toggle)
libthrowable-perl 0.102080-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 120 kB
  • ctags: 10
  • sloc: perl: 163; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
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
Revision history for Throwable

0.102080  2010-07-27 12:09:21 America/New_York
          refactor stack trace autocreation to StackTrace::Auto role
          make Throwable::Error immutable

0.101110  2010-04-21 20:59:59 America/New_York
          avoid doing: length undef (thanks, Yuval Kogman)

0.100090  2010-01-10
          $error->throw now rethrows existing Errors
          Error->throw("str") now uses the string as message attr

0.092610  2009-09-18
          fix to work with latest Class::MOP (thanks, Paul Mooney)

0.092000  2009-07-18
          fix required version of Moose to avoid failures

0.091900  2009-07-09
          rely on the stable release of Devel::StackTrace that does what we
          need

0.091780  2009-06-26
          first testing release