NAME
    RT-Extension-ResolveSilently - Add a new silent resolve action for
    tickets.

DESCRIPTION
    Resolve a ticket without running any scrips, this is nice when you don't
    want to have notifications go out.

RT VERSION
    Works with RT 5.

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    Edit your /opt/rt5/etc/RT_SiteConfig.pm
        Add this line:

            Plugin('RT::Extension::ResolveSilently');

    Clear your mason cache
            rm -rf /opt/rt5/var/mason_data/obj

    Restart your webserver

AUTHOR
    Craig Kaiser <modules@ceal.dev>

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2021 by Best Practical LLC

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991