Skip to content

Commit

Permalink
thank you for not smoking
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 9, 2009
1 parent eaa5da8 commit f363582
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Perl extension Email::Store.
Revision history for Perl extension Email::Store

0.256 2009-07-09
request that this module no longer be smoke tested

0.255 2007-03-22
packaging improvements
Expand Down
7 changes: 7 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ use 5.006;
use strict;
use ExtUtils::MakeMaker;

if ($ENV{AUTOMATED_TESTING}) {
# This module is basically unused, abandoned, and done. There is no need to
# bother with test reports. -- rjbs, 2009-07-09
# Real failures from real users are welcome.
exit 0;
}

WriteMakefile(
NAME => 'Email::Store',
VERSION_FROM => 'lib/Email/Store.pm',
Expand Down
2 changes: 1 addition & 1 deletion lib/Email/Store.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require Email::Store::DBI;
use UNIVERSAL::require;
use vars qw(%only $VERSION);

$VERSION = '0.255';
$VERSION = '0.256';

sub import {
shift;
Expand Down

0 comments on commit f363582

Please sign in to comment.