PageRenderTime 33ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/src/ports/oses/win32.tt_data

http://github.com/perlorg/cpanorg
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. [% BLOCK show_os %]
  12. <p>
  13. Windows does not come with Perl by default.
  14. </p>
  15. [% PROCESS binary_view binary_source => [
  16. {
  17. name => 'Strawberry Perl',
  18. url => 'http://strawberryperl.com/',
  19. notes => ''
  20. },
  21. {
  22. name => 'ActiveState',
  23. url => activestate_url,
  24. notes => ''
  25. },
  26. ]
  27. %]
  28. <div class="clear"></div>
  29. [% END %]