From 5c83ea62f3348879d694c2d7de9a9a10dd7a359b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 6 Sep 2015 22:53:49 -0700 Subject: [PATCH] Rename Pluggable to Plugins --- PBot/Plugins/_Example.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/Plugins/_Example.pm b/PBot/Plugins/_Example.pm index 234abdd9..a57f8dd8 100644 --- a/PBot/Plugins/_Example.pm +++ b/PBot/Plugins/_Example.pm @@ -1,5 +1,5 @@ -package PBot::Pluggable::_Example; +package PBot::Plugins::_Example; use warnings; use strict;