/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
- [%
- # Setup information
- os_config = {
- # Name of the OS
- name => 'CentOS',
- # URL of the OS (e.g. www.m)
- url => 'http://www.centos.org/',
- # Is it a specific vendor who runs the OS?
- vendor => '',
- # Specifying linux will add a 'see also'
- kernel => 'linux',
- # When was this file last reviewed (yyyy-mm-dd)?
- information_last_verified => '2014-12-23',
- }
- %]
- [% BLOCK show_os %]
- [% PROCESS version_view os_versions => {
- versions => [
- {
- os_name => '',
- os_version => '7',
- os_release => '2014-7-7',
- perl_version => '5.16.1',
- },
- {
- os_name => '',
- os_version => '6',
- os_release => '2011-7-10',
- perl_version => '5.10.1',
- },
- {
- os_name => '',
- os_version => '5',
- os_release => '2007-4-01',
- perl_version => '5.8.8',
- },
- {
- os_name => '',
- os_version => '4',
- os_release => '',
- perl_version => '5.8.5',
- },
- ],
- } %]
- [% END %]