From ccf840bb01959f37628b786e5fc8c3ca9ff119b7 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 27 Jan 2014 21:05:44 +0100 Subject: Added some notes to run with local::lib --- README | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'README') diff --git a/README b/README index f0860fa..85ea359 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -AdminPanel-Shared +AdminPanel The README is used to introduce the module and provide instructions on how to install the module, any machine dependencies it may have (for @@ -21,6 +21,21 @@ To install this module, run the following commands: make test make install +To install this module with local::lib (see perldoc local::lib for +details) + # add also -MCPAN if you want to install from cpan locally + alias perl='perl -Mlocal::lib' + perl Makefile.PL + make + make test + make install + +Since admin panel works with root privilege you can do the above +or just install it locally and run as root but using user environment +variable to know which ones run perl -Mlocal::lib as user and +execute the output as root. + + SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the @@ -28,20 +43,6 @@ perldoc command. perldoc AdminPanel -You can also look for information at: - - RT, CPAN's request tracker (report bugs here) - http://rt.cpan.org/NoAuth/Bugs.html?Dist=AdminPanel-Shared - - AnnoCPAN, Annotated CPAN documentation - http://annocpan.org/dist/AdminPanel-Shared - - CPAN Ratings - http://cpanratings.perl.org/d/AdminPanel-Shared - - Search CPAN - http://search.cpan.org/dist/AdminPanel-Shared/ - LICENSE AND COPYRIGHT -- cgit v1.2.1