File: local.pl

package info (click to toggle)
libconfig-merge-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 448 kB
  • ctags: 36
  • sloc: perl: 805; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
{main => {
  foo => { 
    '!' => {
        '+'  => {'abc' => 1},
    },
   }
 }
}