discourse-legacysite-perl/site/glist/lib/GList/Custom.pm
2024-06-17 21:49:12 +10:00

31 lines
1.1 KiB
Raku

# ==================================================================
# Gossamer List - enhanced mailing list management system
#
# Website : http://gossamer-threads.com/
# Support : http://gossamer-threads.com/scripts/support/
# CVS Info :
# Revision : $Id: Custom.pm,v 1.1 2004/01/13 01:19:23 jagerman Exp $
#
# Copyright (c) 2004 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 Mail 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 GMail.pm has started loading, but before any other
# modules are loaded.
#
1; # This must remain at the bottom of the file