File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- <h1>Distribution name: [% distribution.name %]</h1>
2- <p>Current release: <a href="https://metacpan.org/release/[% distribution.name %]">[% release.name %]</a></p>
1+ <h1>[% distribution.name %]</h1>
2+ <p>[% release.abstract %]</p>
3+ <p>Current version: [% release.version %]</p>
4+
5+ [% INCLUDE intro.tt %]
Original file line number Diff line number Diff line change 1+ <div style="border: red 2px solid; padding: 0.5em">
2+ <p>This is the default content for a web site that is generated by
3+ <a href="https://davorg.dev/app-cpanmodulesite">App::CPANModuleSite</a>.</p>
4+
5+ <p>If this is your site and you want to change this into more interesting
6+ content, create a file called <tt>tt_lib/intro.tt</tt> in your module's
7+ repository and regenerate this site (by running <tt>mksite</tt>).</p>
8+ </div>
You can’t perform that action at this time.
0 commit comments