Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mishin committed Sep 23, 2015
1 parent 9608b75 commit 77db407
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Ftree

{{$NEXT}}

2.3.26 2015-09-24 01:55:10 MSK
* clear distribution from big unnesesaries files
2.3.25 2015-09-24 01:36:20 MSK
* move module to namespace Ftree
Expand Down
1 change: 0 additions & 1 deletion DZP-git.Kwbu

This file was deleted.

2 changes: 1 addition & 1 deletion lib/Ftree/Cemetery.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package Ftree::Cemetery;
use strict;
use warnings;

use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use Ftree::Place;
use Params::Validate qw(:all);
Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/FamilyTreeBase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ package Ftree::FamilyTreeBase;
use strict;
use warnings;

use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use Params::Validate qw(:all);
use CGI qw(:standard);
Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/FamilyTreeGraphics.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package Ftree::FamilyTreeGraphics;
use strict;
use warnings;

use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use Ftree::FamilyTreeBase;

Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/FamilyTreeInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use Perl6::Export::Attrs;
use Encode qw(decode_utf8);
use utf8;

our $VERSION = '2.3.25';
our $VERSION = '2.3.26';

my $q = new CGI;

Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/Name.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package Ftree::Name;
use strict;
use warnings;
use Ftree::TextGeneratorFactory qw(getTextGenerator get_reverse_name);
use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use Params::Validate qw(:all);

Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/Person.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package Ftree::Person;
use strict;
use warnings;
use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use List::MoreUtils qw(uniq);
use Params::Validate qw(:all);
Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/PersonPage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use strict;
use warnings;

use version;
our $VERSION = qv('2.3.25');
our $VERSION = qv('2.3.26');

use Ftree::FamilyTreeBase;
use Perl6::Export::Attrs;
Expand Down
2 changes: 1 addition & 1 deletion lib/Ftree/Place.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package Ftree::Place;
use strict;
use warnings;

use version; our $VERSION = qv('2.3.25');
use version; our $VERSION = qv('2.3.26');

use Params::Validate qw(:all);

Expand Down

0 comments on commit 77db407

Please sign in to comment.