package Web::Components;
use 5.010001;
use strictures;
use version; our $VERSION = qv( sprintf '0.12.%d', q$Rev: 6 $ =~ /\d+/gmx );
1;
__END__
=pod
=encoding utf-8
=begin html
=end html
=head1 Name
Web::Components - MVC pattern for Web::Simple
=head1 Synopsis
package Component::Server;
use Plack::Builder;
use Web::Simple;
with 'Web::Components::Loader';
=head1 Description
MVC pattern for Web::Simple. See L
=head1 Configuration and Environment
Defines no attributes
=head1 Subroutines/Methods
Defines no methods
=head1 Diagnostics
None
=head1 Dependencies
=over 3
=item L
=item L
=item L
=item L
=item L
=item L
=item L
=item L
=back
=head1 Incompatibilities
There are no known incompatibilities in this module
=head1 Bugs and Limitations
There are no known bugs in this module. Please report problems to
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Web-Components.
Patches are welcome
=head1 Acknowledgements
Larry Wall - For the Perl programming language
=head1 Author
Peter Flanigan, C<< >>
=head1 License and Copyright
Copyright (c) 2017 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. See L
This program is distributed in the hope that it will be useful,
but WITHOUT WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
=cut
# Local Variables:
# mode: perl
# tab-width: 3
# End:
# vim: expandtab shiftwidth=3: