adds the ability to filter generated code
authorBen Tilly <btilly@gmail.com>
Wed, 3 Aug 2011 23:24:25 +0000 (16:24 -0700)
committerRafael Kitover <rkitover@cpan.org>
Fri, 5 Aug 2011 06:36:45 +0000 (02:36 -0400)
commitdde95f2c6188ae6182da0f32320e7f1c9da0a90a
tree6608ff9e8424f28357903926d2b473123ab79b65
parentf1740f1b11e070f4e794fa43c606323d3ef528ab
adds the ability to filter generated code

Adds the filter_generated_text option which takes a coderef for
filtering the generated code. The coderef takes the class and code as
parameters.
lib/DBIx/Class/Schema/Loader/Base.pm
t/27filter_generated.t [new file with mode: 0644]