Simplify array_eq function
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sat, 25 Apr 2015 17:01:03 +0000 (18:01 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sat, 25 Apr 2015 17:01:03 +0000 (18:01 +0100)
commitd3a098216ed9aa7e7412e271146268bd23061cda
treef0d510391a621c17c4958e236e26c5b91ce7024e
parentcdd6fc401769022b829bf00f5be55685d58df15e
Simplify array_eq function

It's only ever used for names and has "eq" in the name, so there's no
need to try and be clever about things that look like numbers.
lib/DBIx/Class/Schema/Loader/Utils.pm