Apache-Hendrix

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Provides a route-to-sub based web framework",
   "author" : [
      "Zack Allison <zedoriah@gmail.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Provides a route-to-sub based web framework'
author:
  - 'Zack Allison <zedoriah@gmail.com>'
build_requires: {}
configure_requires:
  Module::Build: 0.40
dynamic_config: 1
generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

lib/Apache/Hendrix.pm  view on Meta::CPAN

}

__PACKAGE__->meta->make_immutable;

1;

=pod

=head1 NAME

Apache::Hendrix - Provides a route-to-sub based web framework

=head1 SYNOPSIS

use Apache::Hendrix;

my $base = '/web_path/base'

base($base);  # Base for routes form here below

template_variable->{base} = $base;  # Base for templates "base"



( run in 1.287 second using v1.01-cache-2.11-cpan-df04353d9ac )