~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to t/filter/TestFilter/in_bbs_msg.pm

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-24 02:48:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324024844-73oxqkcj2jmlmh2t
Tags: 2.0.2-2build1
Fake sync to bring in new upstream bugfixes, UVF exception by mdz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
my $to_url = '/TestFilter__in_bbs_msg';
20
20
 
21
21
sub handler : FilterConnectionHandler {
22
 
    my($filter, $bb, $mode, $block, $readbytes) = @_;
 
22
    my ($filter, $bb, $mode, $block, $readbytes) = @_;
23
23
 
24
24
    debug "FILTER CALLED";
25
25