Skip to content

Commit

Permalink
Obsoleted classes #333
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 20, 2019
1 parent 776406b commit e951ec4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/Sisimai/Bite/Email.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package Sisimai::Bite::Email;
use feature ':5.10';
use strict;
use warnings;
use Sisimai::Lhost;

sub INDICATORS { Sisimai::Lhost->warn; return Sisimai::Lhost->INDICATORS }
sub headerlist { Sisimai::Lhost->warn; return Sisimai::Lhost->headerlist }
sub index { Sisimai::Lhost->warn; return Sisimai::Lhost->index }
sub heads { Sisimai::Lhost->warn; return Sisimai::Lhost->heads }
sub scan { Sisimai::Lhost->warn('make'); return Sisimai::Lhost->make }
1;
11 changes: 11 additions & 0 deletions lib/Sisimai/Bite/JSON.pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package Sisimai::Bite::JSON;
use feature ':5.10';
use strict;
use warnings;
use Sisimai::Lhost;

sub INDICATORS { Sisimai::Lhost->warn('gone'); return Sisimai::Lhost->INDICATORS }
sub index { Sisimai::Lhost->warn('gone'); return ['AmazonSES', 'SendGrid'] }
sub scan { Sisimai::Lhost->warn('gone'); return Sisimai::Lhost->make }
sub adapt { Sisimai::Lhost->warn('gone'); return undef }
1;

0 comments on commit e951ec4

Please sign in to comment.