diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-18 03:20:10 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-18 03:20:10 +0000 |
commit | acaf2d28e6f91234f646d308a56e33255c733801 (patch) | |
tree | f214f096026451161df52a86f124594fc14d6478 /devel/p5-Class-Contract/files/patch-demo.pl | |
parent | Add a RUN_DEPENDS on wget. (diff) |
add p5-Class-Contract
Design-by-Contract OO in Perl
PR: 31782
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=50169
Diffstat (limited to 'devel/p5-Class-Contract/files/patch-demo.pl')
-rw-r--r-- | devel/p5-Class-Contract/files/patch-demo.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Class-Contract/files/patch-demo.pl b/devel/p5-Class-Contract/files/patch-demo.pl new file mode 100644 index 000000000000..788c83802179 --- /dev/null +++ b/devel/p5-Class-Contract/files/patch-demo.pl @@ -0,0 +1,8 @@ +--- demo.pl.orig Mon Nov 5 17:24:22 2001 ++++ demo.pl Mon Nov 5 17:24:29 2001 +@@ -1,4 +1,4 @@ +-#! /usr/local/bin/perl -w ++#!/usr/bin/perl -w + + # NOTES: + # Invariants and pre- and post-conditions are expected |