Simplify the setup code in Size.pm
authorNicholas Clark <nick@ccl4.org>
Fri, 15 Apr 2011 12:43:23 +0000 (13:43 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 16 Apr 2011 15:38:43 +0000 (16:38 +0100)
commit43be4c6346e89c3a62364c4d01e84e03f6094233
tree5f22ea17b132bbe041c6511410d23beb2ae4b081
parent8d1f46c5ea38e057de3ade70c5d81256aea7f873
Simplify the setup code in Size.pm

We don't use @EXPORT, so don't mention it. As the only tag is :all, declare
@EXPORT_OK first, and define %EXPORT_TAGS in terms of it.
lib/Devel/Size.pm