File: Core.pm

package info (click to toggle)
libmce-perl 1.902-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: perl: 14,095; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
## ----------------------------------------------------------------------------
## Core MCE package, reserved for future development.
##
###############################################################################

package MCE::Core;

use strict;
use warnings;

our $VERSION = '1.902';

1;