use Package::Tent sub {
  package Foo;
  use constant thing => 7;
  __PACKAGE__;
};
