App-unbelievable

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

eg/Makefile.PL
eg/bin/app.psgi
eg/config.yml
eg/content/porting-a-dancer-plugin-to-dancer2.md
eg/content/sample.md
eg/content/sample2.md
eg/cpanfile
eg/environments/development.yml
eg/environments/production.yml
eg/lib/Site.pm
eg/public/404.html
eg/public/500.html
eg/public/css/error.css
eg/public/css/style.css
eg/public/dispatch.cgi
eg/public/dispatch.fcgi
eg/public/favicon.ico
eg/public/images/perldancer-bg.jpg
eg/public/images/perldancer.jpg
eg/public/javascripts/jquery.js
eg/public/samplehtml.html

eg/MANIFEST  view on Meta::CPAN

config.yml
cpanfile
Makefile.PL
MANIFEST.SKIP
bin/app.psgi
environments/development.yml
environments/production.yml
lib/Site.pm
public/dispatch.cgi
public/dispatch.fcgi
public/404.html
public/500.html
public/favicon.ico
public/css/error.css
public/css/style.css
public/images/perldancer-bg.jpg
public/images/perldancer.jpg
public/javascripts/jquery.js
t/001_base.t
t/002_index_route.t
views/index.tt

eg/public/404.html  view on Meta::CPAN

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  <title>Error 404</title>
  <link rel="stylesheet" href="/css/error.css">
</head>
<body>
<h1>Error 404</h1>
<div id="content">
<h2>Page Not Found</h2><p>Sorry, this is the void.</p>
</div>
<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer2</a>.
</div>
</body>
</html>

eg/public/javascripts/jquery.js  view on Meta::CPAN

/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof windo...



( run in 2.460 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )