PageRenderTime 187ms CodeModel.GetById 15ms RepoModel.GetById 21ms app.codeStats 0ms

/src/ports/oses/linux.tt_data

http://github.com/perlorg/cpanorg
Unknown | 27 lines | 22 code | 5 blank | 0 comment | 0 complexity | e9313334ef41a10781a3953042f93e33 MD5 | raw file
  1. [%
  2. # Setup information
  3. os_config = {
  4. name => 'Linux',
  5. information_last_verified => '2011-03-26',
  6. }
  7. %]
  8. [% BLOCK show_os %]
  9. <p>
  10. Almost all Linux distributions come with Perl, or you are
  11. able to install Perl through their package management system.
  12. </p>
  13. [% PROCESS binary_view binary_source => [
  14. {
  15. name => 'ActiveState',
  16. url => activestate_url,
  17. notes => '',
  18. },
  19. ]
  20. %]
  21. <div class="clear"></div>
  22. [% END %]