File: README

package info (click to toggle)
libenv-ps1-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: perl: 144; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (5)
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
Env-PS1 0.05
============

ABOUT

  This package supplies variables that are "tied" to environment variables 
  like 'PS1' and 'PS2', if read it takes the contents of the variable as a
  format string like the ones bash(1) uses to format the prompt.

DEPENDENCIES

  You'll need the following modules:

    POSIX
    Autoloader
    Sys::Hostname

  all of which are core modules

INSTALL

  Try something like:

    $ perl Build.PL
    $ ./Build test
    $ ./Build install

  See the Module::Build documentation for advanced build options.