File: NegativeMedium.pm

package info (click to toggle)
libdata-compactreadonly-perl 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: perl: 990; sh: 3; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
package Data::CompactReadonly::V0::Scalar::NegativeMedium;
our $VERSION = '0.1.0';

use warnings;
use strict;
use base qw(
    Data::CompactReadonly::V0::NegativeScalar
    Data::CompactReadonly::V0::Scalar::Medium
);

1;