31 lines
1.1 KiB
Perl
31 lines
1.1 KiB
Perl
# ==================================================================
|
|
# Gossamer Links - enhanced directory management system
|
|
#
|
|
# Website : http://gossamer-threads.com/
|
|
# Support : http://gossamer-threads.com/scripts/support/
|
|
# CVS Info : 087,068,085,094,083
|
|
# Revision : $Id: Custom.pm,v 1.3 2005/03/05 01:29:09 brewt Exp $
|
|
#
|
|
# Copyright (c) 2001 Gossamer Threads Inc. All Rights Reserved.
|
|
# Redistribution in part or in whole strictly prohibited. Please
|
|
# see LICENSE file for full details.
|
|
# ==================================================================
|
|
#
|
|
# Description:
|
|
# By default, this file is empty, however it is here to allow installations
|
|
# to perform special operations required to make Gossamer Links load.
|
|
# For example, some installations might need a 'use lib' line to work
|
|
# properly.
|
|
#
|
|
# This file will NOT be overwritten when upgrading your installation, so you
|
|
# do not need to worry about additions made here being overwritten. This is
|
|
# generally loaded after Links.pm has started loading, but before any other
|
|
# modules are loaded.
|
|
#
|
|
package Links::Custom;
|
|
|
|
|
|
|
|
|
|
1; # This must remain at the bottom of the file.
|