diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2004-01-20 21:24:12 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2004-01-20 21:24:12 +0000 |
commit | 636a5db77a93a775f36b927fc36209cbe3f25e49 (patch) | |
tree | 020bcbada22eeea513b88f1b75d672467319920c /Examples/perl5/funcptr | |
parent | 8d4c509404eedc0d3765182eb8c5521df5150f3a (diff) | |
download | swig-636a5db77a93a775f36b927fc36209cbe3f25e49.tar.gz |
All the runtime scripts are called runme.pl now for easier testing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5652 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/perl5/funcptr')
-rw-r--r-- | Examples/perl5/funcptr/index.html | 2 | ||||
-rw-r--r-- | Examples/perl5/funcptr/runme.pl (renamed from Examples/perl5/funcptr/example.pl) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/perl5/funcptr/index.html b/Examples/perl5/funcptr/index.html index b685d390a..984b2a02b 100644 --- a/Examples/perl5/funcptr/index.html +++ b/Examples/perl5/funcptr/index.html @@ -67,7 +67,7 @@ Here are some files that illustrate this with a simple example: <li><a href="example.c">example.c</a> <li><a href="example.h">example.h</a> <li><a href="example.i">example.i</a> (SWIG interface) -<li><a href="example.pl">example.pl</a> (Sample script) +<li><a href="runme.pl">runme.pl</a> (Sample script) </ul> <h2>Notes</h2> diff --git a/Examples/perl5/funcptr/example.pl b/Examples/perl5/funcptr/runme.pl index ff80f42fc..a73b53825 100644 --- a/Examples/perl5/funcptr/example.pl +++ b/Examples/perl5/funcptr/runme.pl @@ -1,4 +1,4 @@ -# file: example.pl +# file: runme.pl use example; |