/src/ports/oses/mandriva.tt_data

http://github.com/perlorg/cpanorg · Unknown · 50 lines · 39 code · 11 blank · 0 comment · 0 complexity · 394a743ff6439ab6a4583c3cd127bcb6 MD5 · raw file

  1. [%
  2. # Setup information
  3. os_config = {
  4. # Name of the OS
  5. name => 'Mandriva',
  6. # URL of the OS (e.g. http://www.microsoft.com/windows/)
  7. url => 'http://www.mandriva.com/',
  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 => '2011-03-26',
  14. }
  15. %]
  16. [% BLOCK show_os %]
  17. [% PROCESS version_view os_versions => {
  18. versions => [
  19. {
  20. os_name => '',
  21. os_version => '2010.2',
  22. os_release => '2010',
  23. perl_version => '5.10.1',
  24. },
  25. {
  26. os_name => '',
  27. os_version => '2010.0',
  28. os_release => '2009',
  29. perl_version => '5.10.1',
  30. },
  31. {
  32. os_name => '',
  33. os_version => '2009.1',
  34. os_release => '2009',
  35. perl_version => '5.10.0',
  36. },
  37. ],
  38. } %]
  39. [% END %]