/src/ports/oses/win32.tt_data
Unknown | 35 lines | 29 code | 6 blank | 0 comment | 0 complexity | 01e309b91800dfb36a01a31924e948e3 MD5 | raw file
1[% 2 # Setup information 3 os_config = { 4 name => 'Windows', 5 url => 'http://www.microsoft.com/windows/', 6 vendor => 'Microsoft', 7 not_included_in_os_packages => 1, 8 information_last_verified => '2011-03-26', 9 10 } 11%] 12 13[% BLOCK show_os %] 14<p> 15Windows does not come with Perl by default. 16</p> 17 18[% PROCESS binary_view binary_source => [ 19 { 20 name => 'Strawberry Perl', 21 url => 'http://strawberryperl.com/', 22 notes => '' 23 }, 24 { 25 name => 'ActiveState', 26 url => activestate_url, 27 notes => '' 28 }, 29 30] 31%] 32<div class="clear"></div> 33 34 35[% END %]