Skip to content

Commit

Permalink
README & Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkaraduman committed Dec 15, 2016
1 parent fe35541 commit 96b188c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 47 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.11 2016-12-15
- App::Virtualenv::Module::inPerLib() fix
- App::Virtualenv::activate2() added
- Perl v5.14 for all modules

1.10 2016-12-10
- Version, POD and README fixes for v1.09
- Improved local library and Perl library module checks
Expand Down
24 changes: 1 addition & 23 deletions README
Original file line number Diff line number Diff line change
@@ -1,91 +1,74 @@
NAME

App::Virtualenv - Perl virtual environment

VERSION

version 1.10
version 1.11

SYNOPSIS

Perl virtual environment

DESCRIPTION

App::Virtualenv is a Perl package to create isolated Perl virtual
environments, like Python virtual environment.

USAGE

virtualenv.pl

creates new Perl virtual environment

virtualenv.pl [*environment_path*]

activate

activates Perl virtual environment

source *environment_path*/bin/activate

deactivate

deactivates activated Perl virtual environment

deactivate

sh.pl

runs Unix shell under Perl virtual environment

[*environment_path*/bin/]sh.pl [*argument*]...

perl.pl

runs Perl language interpreter under Perl virtual environment

[*environment_path*/bin/]perl.pl [*argument*]...

piv.pl

Perl in Virtual environment

[*environment_path*/bin/]piv.pl [-*argument*]... [--*argument*
*value*]... *command* [*parameter*]...

Commands

piv virtualenv

creates new Perl virtual environment

piv virtualenv [-e] [*environment_path*]

-e Empty virtual environment

piv sh

runs Unix shell under Perl virtual environment

[*environment_path*/bin/]piv sh [*argument*]...

piv perl

runs Perl language interpreter under Perl virtual environment

[*environment_path*/bin/]piv perl [*argument*]...

piv list

lists installed packages under Perl virtual environment

[*environment_path*/bin/]piv list [-1]

-1 One column list

piv install

installs or upgrades packages under Perl virtual environment

[*environment_path*/bin/]piv install [-f] [-t] [-s] [-v]
Expand All @@ -100,7 +83,6 @@ USAGE
-v Verbose

piv remove

removes packages under Perl virtual environment

[*environment_path*/bin/]piv remove [-f] [-v] *package*...
Expand All @@ -110,7 +92,6 @@ USAGE
-v Verbose

INSTALLATION

To install this module type the following

perl Makefile.PL
Expand All @@ -123,7 +104,6 @@ INSTALLATION
cpan -i App::Virtualenv

DEPENDENCIES

This module requires these other modules and libraries:

* local::lib
Expand All @@ -143,11 +123,9 @@ DEPENDENCIES
* CPANPLUS

AUTHOR

Orkun Karaduman <orkunkaraduman@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2016 Orkun Karaduman <orkunkaraduman@gmail.com>

This program is free software: you can redistribute it and/or modify it
Expand Down
24 changes: 1 addition & 23 deletions README.cl
Original file line number Diff line number Diff line change
@@ -1,91 +1,74 @@
NAME

App::Virtualenv - Perl virtual environment

VERSION

version 1.10
version 1.11

SYNOPSIS

Perl virtual environment

DESCRIPTION

App::Virtualenv is a Perl package to create isolated Perl virtual
environments, like Python virtual environment.

USAGE

virtualenv.pl

creates new Perl virtual environment

virtualenv.pl [environment_path]

activate

activates Perl virtual environment

source environment_path/bin/activate

deactivate

deactivates activated Perl virtual environment

deactivate

sh.pl

runs Unix shell under Perl virtual environment

[environment_path/bin/]sh.pl [argument]...

perl.pl

runs Perl language interpreter under Perl virtual environment

[environment_path/bin/]perl.pl [argument]...

piv.pl

Perl in Virtual environment

[environment_path/bin/]piv.pl [-argument]... [--argument value]...
command [parameter]...

Commands

piv virtualenv

creates new Perl virtual environment

piv virtualenv [-e] [environment_path]

-e Empty virtual environment

piv sh

runs Unix shell under Perl virtual environment

[environment_path/bin/]piv sh [argument]...

piv perl

runs Perl language interpreter under Perl virtual environment

[environment_path/bin/]piv perl [argument]...

piv list

lists installed packages under Perl virtual environment

[environment_path/bin/]piv list [-1]

-1 One column list

piv install

installs or upgrades packages under Perl virtual environment

[environment_path/bin/]piv install [-f] [-t] [-s] [-v] package...
Expand All @@ -99,7 +82,6 @@
-v Verbose

piv remove

removes packages under Perl virtual environment

[environment_path/bin/]piv remove [-f] [-v] package...
Expand All @@ -109,7 +91,6 @@
-v Verbose

INSTALLATION

To install this module type the following

perl Makefile.PL
Expand All @@ -122,7 +103,6 @@
cpan -i App::Virtualenv

DEPENDENCIES

This module requires these other modules and libraries:

* local::lib
Expand All @@ -142,11 +122,9 @@
* CPANPLUS

AUTHOR

Orkun Karaduman <orkunkaraduman@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2016 Orkun Karaduman <orkunkaraduman@gmail.com>

This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App::Virtualenv - Perl virtual environment

# VERSION

version 1.10
version 1.11

# SYNOPSIS

Expand Down

0 comments on commit 96b188c

Please sign in to comment.