File: Parser.pm

package info (click to toggle)
libinline-c-perl 0.82-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: perl: 2,197; makefile: 10; ansic: 6
file content (4 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (6)
1
2
3
4
use strict; use warnings;
package Inline::C::Parser;

1