/src/ports/oses/win32.tt_data
Unknown | 35 lines | 29 code | 6 blank | 0 comment | 0 complexity | 01e309b91800dfb36a01a31924e948e3 MD5 | raw file
- [%
- # Setup information
- os_config = {
- name => 'Windows',
- url => 'http://www.microsoft.com/windows/',
- vendor => 'Microsoft',
- not_included_in_os_packages => 1,
- information_last_verified => '2011-03-26',
-
- }
- %]
- [% BLOCK show_os %]
- <p>
- Windows does not come with Perl by default.
- </p>
- [% PROCESS binary_view binary_source => [
- {
- name => 'Strawberry Perl',
- url => 'http://strawberryperl.com/',
- notes => ''
- },
- {
- name => 'ActiveState',
- url => activestate_url,
- notes => ''
- },
- ]
- %]
- <div class="clear"></div>
- [% END %]