[% page.import({ title => "Perl binaries", section => 'ports', stub => '../', }); # Active State's main download URL SET activestate_url = 'http://www.activestate.com/activeperl/downloads'; PROCESS ports/oses/list.html; %] [% BLOCK version_view %] [% FOREACH version = os_versions.versions %] [% END %]
OS Name / versionDefault Perl version
[% IF version.os_name && version.os_version %] [% version.os_name %] ([% version.os_version %]) [% ELSIF version.os_name %] [% version.os_name %] [% ELSE %] [% version.os_version %] [% END %] [% IF loop.first && version.os_release%]
Released [% version.os_release %]
[% END %]
[% version.perl_version %]
[% END %] [% BLOCK binary_view %]

[% "Other " UNLESS os_config.not_included_in_os_packages %]Binaries:

[% END %]

Perl Binaries


[% FOREACH os = os_list.sort %]
[% PROCESS "ports/oses/${os}.tt_data" %]

[% os_config.name %]

[% PROCESS show_os %] [% IF os_config.kernel %]

See also [% os_config.kernel | ucfirst %]

[% END %]

Last updated: [% os_config.information_last_verified || 'unknown' %]

[% END %]



Do you have additions, updates, or corrections? If so, please submit a pull request to our github repository..