Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911310
en ru br
ALT Linux repos
S:1.35-alt1
5.0: 1.15-alt3.1
4.1: 1.15-alt3.1
4.0: 1.15-alt3.1
3.0: 1.15-alt3.1

Group :: Development/Perl
RPM: perl-Expect

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Expect-1.15-alt-build.patch
Download


diff -Naur Expect-1.15/Expect.pm Expect-1.15.new/Expect.pm
--- Expect-1.15/Expect.pm	2002-11-13 12:55:00 +0300
+++ Expect-1.15.new/Expect.pm	2002-11-13 12:54:49 +0300
@@ -1,3 +1,5 @@
+package Expect;
+
 #
 # Please see the .pod files for documentation. This module is copyrighted
 # as per the usual perl legalese:
@@ -17,7 +19,6 @@
 
 use 5;				# 4 won't cut it. 
 
-package Expect;
 
 use IO::Pty 0.97;		# We need make_slave_controlling_terminal()
 use IO::Tty;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin