Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used...
authorSebastian Willert <willert@cpan.org>
Wed, 18 Oct 2006 20:37:23 +0000 (20:37 +0000)
committerSebastian Willert <willert@cpan.org>
Wed, 18 Oct 2006 20:37:23 +0000 (20:37 +0000)
commit83542a7dc6aa41ab9c46572f78f62bc68cc50146
treead8dca835243454196ceda87ab5ddbd2a07099e8
parent00c03ced6c6e210e72ba75a2ca5006ed919ad072
Changed DBIC::Schema->load_classes to be taint-safe even when Module::Find is used to fetch the classes to import.
Added a testfile for this behavior and any further taint related issues.
lib/DBIx/Class/Schema.pm
t/54taint.t [new file with mode: 0644]