/[cvs]/nfo/perl/libs/IPC/Session/NoShell.pm
ViewVC logotype

Contents of /nfo/perl/libs/IPC/Session/NoShell.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Jun 23 19:47:27 2003 UTC (20 years, 11 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
initial commit, doesn't requires $self->{shell} to be set

1 ## -------------------------------------------------------------------------
2 ## $Id: shortcuts.pm,v 1.11 2003/06/23 17:41:50 jonen Exp $
3 ## -------------------------------------------------------------------------
4 ## $Log: shortcuts.pm,v $
5 ## -------------------------------------------------------------------------
6
7
8 package IPC::Session::NoShell;
9
10 use base qw( IPC::Session );
11
12 # This could be enhanced (e.g.) returning $IPC::Session::shell or s.th.l.th.!?
13 sub getshell {
14 return '';
15 }
16
17
18 1;
19 __END__

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed