The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Storm::SQL::Fragment::Where::SubgroupEnd;
{
  $Storm::SQL::Fragment::Where::SubgroupEnd::VERSION = '0.240';
}
use Moose;



sub sql { return ')' };



no Moose;
__PACKAGE__->meta()->make_immutable();

1;