Changeset 319
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r316 r319 1 Fixed bug that prevented automatic database initialization on 2 SQLite databases. 3 Doc fix for private installations. 4 1 5 0.30 2 January 2003 2 6 Added method to allow admins to delete nodes. You will need to -
trunk/README
r278 r319 39 39 40 40 COPYRIGHT 41 Copyright (C) 2003 The OpenGuides Project. All Rights Reserved. 41 Copyright (C) 2003-2004 The OpenGuides Project. 42 All Rights Reserved. 42 43 43 44 The OpenGuides distribution is free software; you can redistribute it -
trunk/TROUBLESHOOTING
r271 r319 5 5 the Module::Build incantation for this is 6 6 7 perl Build.PL install_path=lib=/path/to/my/modules/ # version 0.20 of M::B 7 perl Build.PL install_path=lib=/path/to/my/modules/ \ 8 install_path=arch=/path/to/my/modules/auto/ \ 9 install_path=libdoc=/path/to/my/man/ \ 10 install_path=bindoc=/path/to/my/man/ \ 11 install_path=script=/path/to/my/bin/ # version 0.20 of M::B 8 12 9 13 perl Build.PL config='sitelib=/path/to/my/modules/' # version 0.18 of M::B
