File: basic

package info (click to toggle)
libconfig-model-backend-yaml-perl 2.134-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 221; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
localhost:
  ipaddr: 127.0.0.1
  alias: localhost
bilbo: !!perl/hash:SneakyObject
  ipaddr: 192.168.0.1
yada:

# Local Variables:
# mode: yaml
# End: