]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blob - perl-Net-SSLeay-paths.patch
- should be ready for perl-5.8.0; release++
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay-paths.patch
1 --- examples.path/bulk.pl       Tue Jan  5 02:13:32 1999
2 +++ examples/bulk.pl    Thu Feb 17 20:52:34 2000
3 @@ -1,4 +1,4 @@
4 -#!/usr/local/bin/perl -w
5 +#!/usr/bin/perl
6  # bulk.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
7  # Send tons of stuff over SSL (just for testing).
8  # There's also an example about using the call back.
9 --- examples.path/callback.pl   Sat Jul 31 09:49:09 1999
10 +++ examples/callback.pl        Thu Feb 17 20:52:34 2000
11 @@ -1,4 +1,4 @@
12 -#!/usr/local/bin/perl -w
13 +#!/usr/bin/perl
14  # callback.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
15  # 31.7.1999, fixed callback args, --Sampo 
16  #
17 --- examples.path/minicli.pl    Tue Jan  5 02:13:32 1999
18 +++ examples/minicli.pl Thu Feb 17 20:52:34 2000
19 @@ -1,4 +1,4 @@
20 -#!/usr/local/bin/perl
21 +#!/usr/bin/perl
22  # minicli.pl - Sampo Kellomaki <sampo@iki.fi>
23  
24  use Socket;
25 --- examples.path/stdio_bulk.pl Tue Jan  5 02:13:33 1999
26 +++ examples/stdio_bulk.pl      Thu Feb 17 20:52:35 2000
27 @@ -1,4 +1,4 @@
28 -#!/usr/local/bin/perl
29 +#!/usr/bin/perl
30  # stdio_bulk.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
31  # Send tons of stuff over SSL connected by STDIO pipe.
32  # This also demonstrates how you can communicate via arbitrary strean, not
This page took 0.095442 seconds and 3 git commands to generate.