Skip to content

Commit

Permalink
distribution Mail-Box-0.5.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
markov2 authored and Mark Overmeer committed Mar 4, 2018
1 parent b2369fd commit 574a240
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box.pm → Mail-Box-0.5/Box.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

package Mail::Box;

$VERSION = '0.5';
use strict;
our $VERSION = '0.4';

use v5.6.0;

Expand Down Expand Up @@ -1110,7 +1110,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box/Index.pm → Mail-Box-0.5/Box/Index.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use v5.6.0;

package Mail::Box::Index;
our $VERSION = v0.4;
our $VERSION = v0.5;

use FileHandle;
use File::Copy;
Expand Down Expand Up @@ -157,7 +157,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box/Locker.pm → Mail-Box-0.5/Box/Locker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Mail::Box::Locker;

use strict;
use v5.6.0;
our $VERSION = v0.4;
our $VERSION = v0.5;

use Fcntl qw/:DEFAULT :flock/;
use IO::File;
Expand Down Expand Up @@ -512,7 +512,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
6 changes: 4 additions & 2 deletions Mail-Box-0.4/Box/MH.pm → Mail-Box-0.5/Box/MH.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mail::Box;
use Mail::Box::Index;

our @ISA = qw/Mail::Box Mail::Box::Index/;
our $VERSION = v0.4;
our $VERSION = v0.5;

use Mail::Box;

Expand Down Expand Up @@ -1029,6 +1029,8 @@ are remembered.
=head2 PUBLIC INTERFACE
=over 4
=cut

sub init(@)
Expand Down Expand Up @@ -1086,7 +1088,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box/Manager.pm → Mail-Box-0.5/Box/Manager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Mail::Box::Manager;

use strict;
use v5.6.0;
our $VERSION = v0.4;
our $VERSION = v0.5;

use Mail::Box;

Expand Down Expand Up @@ -446,7 +446,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
6 changes: 4 additions & 2 deletions Mail-Box-0.4/Box/Mbox.pm → Mail-Box-0.5/Box/Mbox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use v5.6.0;

package Mail::Box::Mbox;
our @ISA = 'Mail::Box';
our $VERSION = v0.4;
our $VERSION = v0.5;

use Mail::Box;

Expand Down Expand Up @@ -820,6 +820,8 @@ are remembered.
=head2 PUBLIC INTERFACE
=over 4
=cut

sub init(@)
Expand Down Expand Up @@ -867,7 +869,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box/Threads.pm → Mail-Box-0.5/Box/Threads.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Mail::Box::Threads;

use strict;
use v5.6.0;
our $VERSION = v0.4;
our $VERSION = v0.5;

use Mail::Box::Message;

Expand Down Expand Up @@ -423,7 +423,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 2 additions & 2 deletions Mail-Box-0.4/Box/Tie.pm → Mail-Box-0.5/Box/Tie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Mail::Box::Tie;
use strict;
use v5.6.0;

our $VERSION = '0.4';
our $VERSION = '0.5';

=head1 NAME
Expand Down Expand Up @@ -129,7 +129,7 @@ it and/or modify it under the same terms as Perl itself.
=head1 VERSION
This code is alpha, version 0.4
This code is alpha, version 0.5
=cut

Expand Down
4 changes: 4 additions & 0 deletions Mail-Box-0.4/ChangeLog → Mail-Box-0.5/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ Mark Overmeer <mark@overmeer.net>
Mail/Box/Manager.pm
Mail/Box.pm

version 0.5: Thu Jan 4 11:07:09 CET 2001

Mark Overmeer <mark@overmeer.net>
* Installation fix: had to remove `our' before $VERSION.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 574a240

Please sign in to comment.