local-lib-profile
In the spirit of virtualenvwrapper, local lib needs some wrapper scripts to make
it more usable and more like you're working with an profile, friendly like.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
After installation, to make your profile ready:-
1. Add 2 lines to you bashrc to set where your profiles will be stored and
import the functions supplied by this package
export LOCAL_LIB_HOME=$HOME/.perl-profiles
source /usr/local/bin/local-lib-profiles_bashrc
2. Run ``source ~/.bashrc``
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc local::lib::profiles
COPYRIGHT AND LICENCE
Copyright Doug Hellmann, All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Doug Hellmann not be used
in advertising or publicity pertaining to distribution of the software
without specific, written prior permission.
Copyright (C) 2009 Christopher Mckay
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.