use utf8; package SemanticWeb::Schema::HVACBusiness; # ABSTRACT: A business that provide Heating use Moo; extends qw/ SemanticWeb::Schema::HomeAndConstructionBusiness /; use MooX::JSON_LD 'HVACBusiness'; use Ref::Util qw/ is_plain_hashref /; # RECOMMEND PREREQ: Ref::Util::XS use namespace::autoclean; our $VERSION = 'v0.0.3'; 1; __END__ =pod =encoding UTF-8 =head1 NAME SemanticWeb::Schema::HVACBusiness - A business that provide Heating =head1 VERSION version v0.0.3 =head1 DESCRIPTION A business that provide Heating, Ventilation and Air Conditioning services. =head1 SEE ALSO L<SemanticWeb::Schema::HomeAndConstructionBusiness> =head1 AUTHOR Robert Rothenberg <rrwo@cpan.org> =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2018 by Robert Rothenberg. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) =cut