aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README31
1 files changed, 16 insertions, 15 deletions
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