Group
Extension

Matches 2

Class-Enumeration ( S/SV/SVW/Class-Enumeration-v1.3.0.tar.gz, SVW, 2025; MetaCPAN )
Class-Enumeration/lib/Class/Enumeration/Builder.pm ( view source; MetaCPAN )
$self }
      }
    }
    if ( delete $options->{ to_json } ) {
      no strict 'refs'; ## no critic ( ProhibitNoStrict )
      *{ "$class\::TO_JSON" } = sub { $_[ 0 ]->name }
    }
  }

  croak "Unkn
Class-Enumeration ( S/SV/SVW/Class-Enumeration-v1.3.0.tar.gz, SVW, 2025; MetaCPAN )
Class-Enumeration/lib/Class/Enumeration/Builder.pod ( view source; MetaCPAN )
 objects in the list.

=item * C<to_json> (a boolean value; available as of version 1.3.0)

If the C<to_json> option is set to true, the builder creates a C<TO_JSON()>
method (object method). This def

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.