File: INSTALL

package info (click to toggle)
perlmoo 0.045
  • links: PTS
  • area: main
  • in suites: slink
  • size: 404 kB
  • ctags: 242
  • sloc: perl: 5,211; makefile: 111; sh: 77
file content (13 lines) | stat: -rw-r--r-- 660 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
To use perlmoo, you'll probably need perl version 5.004. Earlier versions
have not been tested.

If you want to be able to save your moo database (and you do for all but the
most trivial uses), you'll need to get ahold of a copy of Data::Dumper, too.
It can be gotten from cpan <http://www.perl.com/CPAN/>.

The moo is usable directly unpacked out of the tar.gz file. See README.admin
and README for details on starting it up and using it. Optionally, you can
type "make install" to install it into /usr/local/.

If you are upgrading from a previous version of Perlmoo, I reccommend you
convery your database before starting the moo - just run "make convert".