App-Config-Chronicle
view release on metacpan or search on metacpan
lib/App/Config/Chronicle/Attribute/Section.pm view on Meta::CPAN
package App::Config::Chronicle::Attribute::Section;
use Moose;
use namespace::autoclean;
extends 'App::Config::Chronicle::Node';
our $VERSION = '0.07'; ## VERSION
=head1 NAME
App::Config::Chronicle::Attribute::Section
=cut
__PACKAGE__->meta->make_immutable;
1;
=head1 NOTE
This class isn't intended for consumption outside of App::Config::Chronicle.
=cut
( run in 2.119 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )