File: Euclid.pm

package info (click to toggle)
libgetopt-euclid-perl 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: perl: 1,138; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download
1
2
3
4
5
use strict;
use warnings;
package Getopt::Euclid;

1;