lib/CrashTest/Plugin/Storage/Base.pm
changeset 122 8692800ec9ba
parent 78 0ebef32c34af
equal deleted inserted replaced
121:5a99941ed0ca 122:8692800ec9ba
    10 #
    10 #
    11 # You should have received a copy of the GNU General Public License
    11 # You should have received a copy of the GNU General Public License
    12 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    12 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    13 
    13 
    14 package CrashTest::Plugin::Storage::Base;
    14 package CrashTest::Plugin::Storage::Base;
       
    15 
    15 use Mojo::Base -base;
    16 use Mojo::Base -base;
    16 use Scalar::Util qw/weaken/;
    17 use Scalar::Util qw/weaken/;
    17 
    18 
    18 use Mojo::Loader qw/find_packages find_modules load_class/;
    19 use Mojo::Loader qw/find_packages find_modules load_class/;
    19 has [ qw/app config/ ];
    20 has [ qw/app config/ ];