File: Types.pm

package info (click to toggle)
libmarkdent-perl 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,372 kB
  • sloc: perl: 5,225; sh: 24; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package Markdent::Types;

use strict;
use warnings;

use parent 'Specio::Exporter';

use Markdent::Types::Internal -reexport;
use Specio::Library::Builtins -reexport;
use Specio::Library::Numeric -reexport;

our $VERSION = '0.40';

1;