File: Combines.pm

package info (click to toggle)
libspecio-perl 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 900 kB
  • sloc: perl: 5,165; sh: 23; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
package Specio::Library::Combines;

use strict;
use warnings;

use parent 'Specio::Exporter';

use Specio::Library::Builtins -reexport;
use Specio::Library::XY -reexport;

1;