[% page.title = "PIR Calling Conventions" %]
[% page.style = "default.html" %]
[% page.sidebar = INCLUDE "tpl/navigation.html" %]
[%#
PLACEHOLDER
POD comes from
http://cvs.perl.org/cvsweb/parrot/imcc/docs/calling_conventions.pod?rev=HEAD&content-type=text/plain
and cache for 24 hours.
%]
[% USE ua = CacheLWPSimple %]
[% data = ua.get( 'url' =>
'http://cvs.perl.org/cvsweb/parrot/imcc/docs/calling_conventions.pod?rev=HEAD&content-type=text/plain'
'ttl' => 1*60*60 ) %]
[% USE PodSimple %]
[% PodSimple.parse('html', data ) %]