[CHANGES]
- Added a shareable base class for adapters that store metric values
- Pass collector argument into adapter ->make_* methods
- Added $collector->package accessor
- Added explicit use VERSION declarations to every perl file
[BUGFIXES]
- Ensure that collector will stringify to a nonconfusing result
rather than '1' due to its boolify overload