Skip to content

Commit

Permalink
Fix Pod error
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 23, 2023
1 parent ea22099 commit 126952c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes.md
@@ -1,5 +1,17 @@
# Change Log

## [Unreleased]

### Fixed

- Pod error

## [0.1.2] - 2023-05-23

### Fixed

- Fixed the previous fix

## [0.1.1] - 2023-05-23

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion lib/Genealogy/Relationship.pm
Expand Up @@ -73,6 +73,8 @@ be significant.
I realise that this is a significant limitation and I'll be thinking about
how to fix it as soon as possible.
=back
=head2 Caching
Calculating relationship names isn't at all different. But there can be a lot
Expand All @@ -92,7 +94,7 @@ use List::Util qw[first];
use List::MoreUtils qw[firstidx];
use Lingua::EN::Numbers qw[num2en num2en_ordinal];

our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

has parent_field_name => (
is => 'ro',
Expand Down

0 comments on commit 126952c

Please sign in to comment.