File: 230-alternate-delimters.pom-dump

package info (click to toggle)
libpod-pom-perl 2.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 800 kB
  • sloc: perl: 2,756; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pod
  head1
    @title
      "NAME"
    text
      @text
        "230-alternate-delimiters"
  head1
    @title
      "TESTCASES"
    text
      @text
        "Code containing a greater than symbol should be legal:"
    text
      @text
        C<<
          "$obj-"
          ">"
          "clone"
        >>
        " makes a deep copy of the object."