Update copyright years
[zeal.git] / lib / Zeal.pm
index c2ed5d7bcf8207aef0dbb6e173e5269fa7e2943a..197f9b23fb9e653b146145997b459fdf1055cc0e 100644 (file)
@@ -41,6 +41,7 @@ sub add {
 sub sets {
        my ($self, $family) = @_;
        return map { @$_ } values %{$self->{sets}} unless $family;
+       die "No docsets in family '$family'\n" unless $self->{sets}{$family};
        @{$self->{sets}{$family}}
 }
 
@@ -120,7 +121,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2014 by Marius Gavrilescu
+Copyright (C) 2014-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.1 or,
This page took 0.010261 seconds and 4 git commands to generate.