File: Header.pm

package info (click to toggle)
libdata-section-perl 0.101620-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 176 kB
  • ctags: 16
  • sloc: perl: 228; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
package Header;
use Data::Section -setup => { header_re => qr/^\@\@\s*(\S+)/ };

1;
__DATA__

@@ a
1
@@ b
2