File: 00use.t

package info (click to toggle)
clc-intercal 1%3A1.00-3
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 3,580 kB
  • sloc: perl: 24,806; sh: 468; makefile: 75
file content (17 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# just checking your version of Perl does not barf when seeing this

# Copyright (c) 2006-2008, 2023 Claudio Calvelli, all rights reserved.

# CLC-INTERCAL is copyrighted software. However, permission to use, modify,
# and distribute it is granted provided that the conditions set out in the
# licence agreement are met. See files README and COPYING in the distribution.

# PERVERSION: CLC-INTERCAL/ICALC t/00use.t 1.-94.-2.2

use Language::INTERCAL::Distribute '1.-94.-2.2';

use vars qw($VERSION $PERVERSION);
($VERSION) = ($PERVERSION = "CLC-INTERCAL/ICALC t/00use.t 1.-94.-2.2") =~ /\s(\S+)$/;

exit Language::INTERCAL::Distribute::use_test('ICALC');