文件名称:Puncheur:Puncheur 的只读发布历史记录
文件大小:34KB
文件格式:ZIP
更新时间:2024-07-22 04:47:58
Perl
名称 Puncheur - 一个 Web 应用程序框架 概要 package MyApp; use parent 'Puncheur'; use Puncheur::Dispatcher::Lite; use Data::Section::Simple (); __PACKAGE__->setting( template_dir => [Data::Section::Simple::get_data_section], ); any '/' => sub { my $c = shift; $c->render('index.tx'); }; 1; __DATA__ @@ index.tx
It Works!
在你的控制台中, % plackup -MMyApp -e 'MyApp->new->to_psgi' 描述 Puncheur 是一个【文件预览】:
Puncheur-master
----Changes(821B)
----t()
--------002_response.t(127B)
--------001_request.t(1KB)
--------003_lite.t(626B)
--------004_runner.t(2KB)
--------lib()
--------000_base.t(166B)
----META.yml(2KB)
----Build.PL(2KB)
----eg()
--------KosKos()
--------mon.psgi(128B)
--------plite.psgi(99B)
--------PLite.pm(664B)
--------kos.psgi(119B)
--------app.psgi(167B)
--------MonMonMon()
--------tmpl()
--------runner.pl(366B)
----TODO(842B)
----LICENSE(18KB)
----README.md(957B)
----META.json(3KB)
----lib()
--------Puncheur()
--------Puncheur.pm(15KB)
----cpanfile(681B)
----MANIFEST(833B)