Remove useless INIT blocks from CDBI tests - no changes
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 25 Jan 2015 10:35:23 +0000 (11:35 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 10 Feb 2015 18:29:13 +0000 (19:29 +0100)
commita40329c43a1b119bb375ac080ead64a38b44eaa6
tree0dacda67b33de064fe143d798009e52e5d7cdb51
parent461e818a9c52126c695bbe1501a4113fb7bc9af5
Remove useless INIT blocks from CDBI tests - no changes

A use() is compile-time even when it is in an INIT block, hence removing the
INITs is safe. Do not do it for require() invocations, as it is not clear if
the tests rely on the specific order or not (more sleeping dogs left to lie)

Read under -w
t/cdbi/02-Film.t
t/cdbi/04-lazy.t
t/cdbi/06-hasa.t
t/cdbi/15-accessor.t
t/cdbi/23-cascade.t
t/cdbi/abstract/search_where.t
t/cdbi/construct.t
t/cdbi/copy.t
t/cdbi/mk_group_accessors.t
t/cdbi/object_cache.t
t/cdbi/retrieve_from_sql_with_limit.t