Skip to content

Commit

Permalink
v0.013
Browse files Browse the repository at this point in the history
  - Enable before/after hooks that operate on the input record as a whole
  - Use the lightweight Module::Load instead of error-prone eval("require ...")
  - Replace Object::Enum with simple string comparisons
  • Loading branch information
rwstauner committed Oct 13, 2012
1 parent e16d2b1 commit 41f031e
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Sub::Chain::Group

{{$NEXT}}

0.013 2012-10-13T22:06:52Z

- Enable before/after hooks that operate on the input record as a whole
- Use the lightweight Module::Load instead of error-prone eval("require ...")
- Replace Object::Enum with simple string comparisons
Expand Down

0 comments on commit 41f031e

Please sign in to comment.