libbot-basicbot-pluggable-perl 0.98-2 source package in Ubuntu

Changelog

libbot-basicbot-pluggable-perl (0.98-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Declare compliance with Debian Policy 3.9.6.
  * Drop version from libmodule-build-perl build dependency.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Mon, 01 Jun 2015 22:04:53 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbot-basicbot-pluggable-perl_0.98-2.dsc 2.7 KiB 2f9df36d610dbc52d0935cd2d1a7d6ff723ed125014acea44b19f20397cc6839
libbot-basicbot-pluggable-perl_0.98.orig.tar.gz 66.6 KiB 59a3353d87927d89c5696dd25727440d254daae1c4e5053dfda0ffe0a1539f48
libbot-basicbot-pluggable-perl_0.98-2.debian.tar.xz 5.2 KiB e676077b665c799555ff961e9d4a825633c52073da4406a979aa88b10eb78a6b

Available diffs

No changes file available.

Binary packages built by this source

libbot-basicbot-pluggable-perl: extended simple IRC bot for pluggable modules

 Bot::BasicBot::Pluggable started as Yet Another Infobot replacement,
 but now is a generalized framework for writing infobot-type bots that
 lets you keep each specific function separate. You can have separate modules
 for factoid tracking, 'seen' status, karma, googling, etc.
 Included default modules are:
 .
  Auth - user authentication and main access.
  DNS - host lookup (e.g. nslookup and dns).
  Google - search Google for things.
  Infobot - handles infobot-style factoids.
  Join - joins and leaves channels.
  Karma - tracks the popularity of things.
  Loader - loads and unloads modules as bot commands.
  Seen - tells you when people were last seen.
  Title - gets the title of URLs mentioned in channel.
  Vars - changes module variables.