refactor the parsing of SQL files
authorYanick Champoux <yanick@babyl.dyndns.org>
Tue, 29 Nov 2011 20:10:11 +0000 (15:10 -0500)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Thu, 2 Feb 2012 02:39:19 +0000 (20:39 -0600)
commit115c68ce0fc0e56265d201a8f7bbcf912efa86db
tree2c00ea52a4137b1ea7e00ac7277f13802c6e6516
parent6e2665d32fec2eb9c168202abaf45e26fa87470e
refactor the parsing of SQL files

The same logic was in two different places. Agglomerated them
into a single function.
lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
t/10-split-sql-chunk.t [new file with mode: 0644]