related accessories.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Store /;
use MooX::JSON_LD 'MobilePhoneStore';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
u
ACT: A notary.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::LegalService /;
use MooX::JSON_LD 'Notary';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespa
vices rendered.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::TradeAction /;
use MooX::JSON_LD 'TipAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use name
N = 'v23.0.0';
has recipient => (
is => 'rw',
predicate => '_has_recipient',
json_ld => 'recipient',
);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Schema
, like Niagara.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::BodyOfWater /;
use MooX::JSON_LD 'Waterfall';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use name
ulator
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MedicalRiskEstimator /;
use MooX::JSON_LD 'MedicalRiskCalculator';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::
unit of measure>'.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Quantity /;
use MooX::JSON_LD 'Energy';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespa
BSTRACT: A class
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'Class';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespac
.0.0';
has superseded_by => (
is => 'rw',
predicate => '_has_superseded_by',
json_ld => 'supersededBy',
);
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
SemanticWeb::Sch
music album.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::MusicPlaylist /;
use MooX::JSON_LD 'MusicRelease';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use n
edicate => '_has_catalog_number',
json_ld => 'catalogNumber',
);
has credited_to => (
is => 'rw',
predicate => '_has_credited_to',
json_ld => 'creditedTo',
);
has dura
dicate => '_has_duration',
json_ld => 'duration',
);
has music_release_format => (
is => 'rw',
predicate => '_has_music_release_format',
json_ld => 'musicReleaseFormat',
urces to it.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::OrganizeAction /;
use MooX::JSON_LD 'AllocateAction';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use
lorTheme**
Modules which support color themes and follow the <pm:ColorTheme> specification.
<pm:JSON::Color>
<pm:Text::ANSITable>
**Others**
_
};
Acme::CPANModulesUtil::Misc::populate_entries_fr
cation.
L<JSON::Color>
L<Text::ANSITable>
B<Others>
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<ColorTheme>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<JSON::Color>
lor::ANSI::Util'},
{module=>'Data::Dump::Color'},
{module=>'Data::Format::Pretty::JSON'},
{module=>'Data::Format::Pretty::Perl'},
{module=>'Data::Format::Pretty::YAML'}
Color>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<Data::Format::Pretty::JSON>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<Data::Format::Pretty::Perl>
rgs: %s): %s", \%args, $code);
}
return $code if $args{source};
require JSON;
state $json = JSON->new->allow_nonref;
my $engine = $args{engine} // 'quickjs';
if ($engine eq
::QuickJS;
my $data = shift;
my $src = "var coercer = $code; coercer(".$json->encode($data).")";
JavaScript::QuickJS->new->eval($src);
};
} elsif ($e
my $src = "var coercer = $code; ".
"console.log(JSON.stringify(coercer(".
$json->encode($data).")))";
my ($jsh, $jsfn) = File::Temp::tempfile(
Exporter'],
},
{
module => 'JSON',
summary => 'Somewhat broken',
description => <<'_',
JSON.pm is a discouraged module now, due to its somewhat bro
rt for <pm:Cpanel::JSON::XS>. Consider switching to
<pm:JSON::MaybeXS> or perhaps just <pm:JSON::PP>.
_
alternate_modules => ['JSON::MaybeXS', 'JSON::PP', 'Cpanel::JSON::XS'],
},
{
module => 'JSON::XS',
summary => '',
description => <<'_',
<pm:Cpanel::JSON::XS> is the fork of <pm:JSON::XS> that fixes some bugs and adds
some features
earch results page.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::WebPage /;
use MooX::JSON_LD 'SearchResultsPage';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use Clone;
use Ref::Util qw{is_arrayref is_hashref};
use UUID::Tiny;
use HTTP::Tiny;
use Cpanel::JSON::XS;
use List::Util;
use Data::Dumper;
sub new( $class, $secret_key, $region, $debug ) {
r
$params)));
my $uri = "$endpoint$path?$querystring";
my $body = $input ? Cpanel::JSON::XS::encode_json( $input ) : undef;
my $response = $client->_request($method, $uri, {
header
bscription-Region' => $self->{region},
'Content-Type' => 'application/json',
'X-ClientTraceId' => $uuid,
},
content => $body,
}
describe a seat
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'Seat';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namespace
predicate => '_has_seat_number',
json_ld => 'seatNumber',
);
has seat_row => (
is => 'rw',
predicate => '_has_seat_row',
json_ld => 'seatRow',
);
has seat_section
predicate => '_has_seat_section',
json_ld => 'seatSection',
);
has seating_type => (
is => 'rw',
predicate => '_has_seating_type',
json_ld => 'seatingType',
);
1;
_
CT: An article
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::CreativeWork /;
use MooX::JSON_LD 'Article';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use namesp
dicate => '_has_article_body',
json_ld => 'articleBody',
);
has article_section => (
is => 'rw',
predicate => '_has_article_section',
json_ld => 'articleSection',
);
h
w',
predicate => '_has_backstory',
json_ld => 'backstory',
);
has page_end => (
is => 'rw',
predicate => '_has_page_end',
json_ld => 'pageEnd',
);
has page_start =
the air or online.
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Service /;
use MooX::JSON_LD 'BroadcastService';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
u
predicate => '_has_area',
json_ld => 'area',
);
has broadcast_affiliate_of => (
is => 'rw',
predicate => '_has_broadcast_affiliate_of',
json_ld => 'broadcastAffiliateOf'
adcast_display_name',
json_ld => 'broadcastDisplayName',
);
has broadcast_frequency => (
is => 'rw',
predicate => '_has_broadcast_frequency',
json_ld => 'broadcastFrequen
e JSON: C<Acme::CPANModules::ParsingJSON> instead of
C<Acme::CPANModules::ParseJSON>.
Noun that refers to the modules (entries) is preferrably written in plural
forms, e.g. C<Acme::CPANModules::JSONP
arsers> instead of
C<Acme::CPANModules::JSONParser>.
=head2 list summary
The list summary normally becomes the Acme::CPANModules module's Abstract.
It is recommended to start the summary with "List
such as distance
use v5.14;
use Moo;
extends qw/ SemanticWeb::Schema::Intangible /;
use MooX::JSON_LD 'Quantity';
use Ref::Util qw/ is_plain_hashref /;
# RECOMMEND PREREQ: Ref::Util::XS
use names