Group
Extension

Matches 1

Net-IPAM-Block ( G/GA/GAISSMAI/Net-IPAM-Block-6.01.tar.gz, GAISSMAI, 2022; MetaCPAN )
Net-IPAM-Block/lib/Net/IPAM/Block.pm ( view source; MetaCPAN )
f->{last}->to_string;
}

=head2 TO_JSON

helper method for JSON serialization, just calls $block->to_string.
See also L<JSON/OBJECT SERIALISATION>.

=cut

sub TO_JSON {
  $_[0]->to_string;
}

=head2 i

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