[Dbix-class] RFC: DBIx::Class::Tokenize
J. Shirley
jshirley at gmail.com
Wed Apr 30 21:36:51 BST 2008
Hey all,
I wrote a trivial module that helps with related row inserts after a
transformation to go from a field like, "Catalyst Book, Volume 1" to
"catalyst_book__volume_1" (default behavior). It's ready to hit CPAN,
but wanted to solicit input before uploading it. It doesn't do much
at the moment, but figure it can grow. The ->tokenize method is what
does the transformation, and that can be overridden very easily to
perform more advanced changes.
http://dev.catalystframework.org/repos/bast/DBIx-Class-Tokenize/0.01/trunk
Thanks,
-Jay
More information about the DBIx-Class
mailing list