File: MyUGraph.pm

package info (click to toggle)
libgraph-perl 1%3A0.9735-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,016 kB
  • sloc: perl: 4,205; sh: 8; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
package UGraph;
use strict; use warnings;
require Graph::Undirected;
@UGraph::ISA=qw(Graph::Undirected);
1;