Skip to content

Commit

Permalink
Version 0.6 shipping.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Insam committed Mar 4, 2009
1 parent 0f2557e commit 2e3d469
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Module::Build->new(
module_name => 'Bot::BasicBot::Pluggable', module_name => 'Bot::BasicBot::Pluggable',
license => 'perl', license => 'perl',
requires => { requires => {
'perl' => '5.6.0', 'perl' => '5.8.0',
'Bot::BasicBot' => '0.30', 'Bot::BasicBot' => '0.30',
'Test::More' => '0.01', 'Test::More' => '0.01',
'URI::Title' => '0.1', 'URI::Title' => '0.1',
Expand Down
25 changes: 21 additions & 4 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,9 +1,26 @@
Revision history for Perl extension Bot::BasicBot::Pluggable. Revision history for Perl extension Bot::BasicBot::Pluggable.


0.xx xxxx/xx/xx 0.6 2009/03/04
This is the "Morbus release". Why the "Morbus release"?
Quite simply because he did everything you see below. It's been.. uh.. 4 years. There are tickets in RT that simply don't apply to
You can chastise him for his ego at http://disobey.com/. the current codebase. Personally, I never work on this module, use it for one
small thing that never changes, and have started to really dislike programming
in perl recently. Thus I'm just going to release trunk as-is. It's got a lot
of changes. Things might break. Sorry. I dislike other people doing this,
and I dislike _me_ doing this, but I see very few other options at this point.

I'm putting all the code in a github repository at

http://github.com/jerakeen/bot-basicbot-pluggable

if people want to actually track what goes on. Anyone want to take B::B::P
over?

--

This is the "Morbus release". Why the "Morbus release"?
Quite simply because he did everything you see below.
You can chastise him for his ego at http://disobey.com/.


- Revised documentation for Pluggable.pm and Module.pm. - Revised documentation for Pluggable.pm and Module.pm.
- Auth: Revised documentation, switched to admin() not said(). - Auth: Revised documentation, switched to admin() not said().
Expand Down
2 changes: 1 addition & 1 deletion lib/Bot/BasicBot/Pluggable.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ package Bot::BasicBot::Pluggable;
use warnings; use warnings;
use strict; use strict;


our $VERSION = '0.50'; our $VERSION = '0.60';


use POE; use POE;
use Bot::BasicBot; use Bot::BasicBot;
Expand Down

0 comments on commit 2e3d469

Please sign in to comment.