3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Rename Pluggable to Plugins

This commit is contained in:
Pragmatic Software 2015-09-06 22:53:49 -07:00
parent 70a3a2a354
commit 5c83ea62f3

View File

@ -1,5 +1,5 @@
package PBot::Pluggable::_Example; package PBot::Plugins::_Example;
use warnings; use warnings;
use strict; use strict;