Skip to content

Commit

Permalink
Added $VERSION and minimum Perl version.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 14, 2017
1 parent eb2d0d5 commit 20f7cc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/SVG/Timeline/Genealogy.pm
Expand Up @@ -13,6 +13,9 @@ package SVG::Timeline::Genealogy;
use strict;
use warnings;

use 5.010;
our $VERSION = '0.0.1';

use Moose;

use Time::Piece;
Expand Down Expand Up @@ -205,7 +208,7 @@ sub person {
#
# The 1st generation appears 1/2 down the page.
# The 2nd generation appears 1/4 and 3/4 down the page.
# The 3rd generation appears 1/8, 3/8, 5/8 and 7/8 down the page.
# The 3rd generation appears 1/8, 3/8, 5/8 and 7/8 down the page.
# etc ...

=head2 y_pos
Expand Down

0 comments on commit 20f7cc0

Please sign in to comment.