/src/ports/oses/centos.tt_data

http://github.com/perlorg/cpanorg · Unknown · 56 lines · 45 code · 11 blank · 0 comment · 0 complexity · fd478a04536b9837d28a50ae5d5f1219 MD5 · raw file

  1. [%
  2. # Setup information
  3. os_config = {
  4. # Name of the OS
  5. name => 'CentOS',
  6. # URL of the OS (e.g. www.m)
  7. url => 'http://www.centos.org/',
  8. # Is it a specific vendor who runs the OS?
  9. vendor => '',
  10. # Specifying linux will add a 'see also'
  11. kernel => 'linux',
  12. # When was this file last reviewed (yyyy-mm-dd)?
  13. information_last_verified => '2014-12-23',
  14. }
  15. %]
  16. [% BLOCK show_os %]
  17. [% PROCESS version_view os_versions => {
  18. versions => [
  19. {
  20. os_name => '',
  21. os_version => '7',
  22. os_release => '2014-7-7',
  23. perl_version => '5.16.1',
  24. },
  25. {
  26. os_name => '',
  27. os_version => '6',
  28. os_release => '2011-7-10',
  29. perl_version => '5.10.1',
  30. },
  31. {
  32. os_name => '',
  33. os_version => '5',
  34. os_release => '2007-4-01',
  35. perl_version => '5.8.8',
  36. },
  37. {
  38. os_name => '',
  39. os_version => '4',
  40. os_release => '',
  41. perl_version => '5.8.5',
  42. },
  43. ],
  44. } %]
  45. [% END %]