File: README

package info (click to toggle)
libproc-invokeeditor-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 88 kB
  • ctags: 13
  • sloc: perl: 216; makefile: 38
file content (35 lines) | stat: -rw-r--r-- 823 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
IPC/Editor version 0.01
=======================

This module provides a simple API to calling an external text editor
from within your perl program.

This is a trivial task, but there are potential security issues
if you don't get it right, and it's fundamentally tedious to write
any piece of code more than once.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

During the testing process Proc::InvokeEditor will attempt to start
a text editor for testing. Please save the files opened immediately
with no changes.

DEPENDENCIES

This module requires these other modules and libraries:

  <some other modules, probably File::Temp>

COPYRIGHT AND LICENCE

This module is licensed under the same terms as Perl itself.

Copyright (C) 2001 Michael Stevens