Fix some pessimizations spotted here and there (no functional changes)
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 13 Dec 2012 06:40:13 +0000 (07:40 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 12 Jan 2013 13:51:27 +0000 (14:51 +0100)
commit4b8a53eabdb1629bacdb95f04ca8fc3718ca7c58
tree86d1fa99b658b0b02423ae3eacea86b52cd7caac
parent07c8e705f14400762b204d10828b7f74ab7522b8
Fix some pessimizations spotted here and there (no functional changes)

Mainly remove a number of unused @_ unpackings, and remove the hideous
_resolved_attrs_copy pessimizer
lib/DBIx/Class/Relationship/Base.pm
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI/Informix.pm
lib/DBIx/Class/Storage/DBI/MSSQL.pm
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm