File: Data-Swap.tml

package info (click to toggle)
libyaml-tiny-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 556 kB
  • ctags: 80
  • sloc: perl: 1,363; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== Data-Swap
# File with a YAML header
--- yaml
\--- #YAML:1.0
name:     Data-Swap
version:  0.05
license:  perl
distribution_type: module
requires:
   perl:  5.6.0
dynamic_config: 0

--- perl
[ {
    name => 'Data-Swap',
    version => '0.05',
    license => 'perl',
    distribution_type => 'module',
    requires => {
        perl => '5.6.0',
    },
    dynamic_config => '0',
} ]

--- nosyck