X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FData.pm;h=d54f17bed7914dea9d42e0a7992bf6da1a4388c6;hb=8ab124f5b4b8d8c871c3bf2c3fb11eb17f61d2f6;hp=98e62d69b77177fe32e77abf75a264166c162d3a;hpb=dcf7f640534d6ad6d0273ac5b8bb1e9892fcaa56;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 98e62d6..d54f17b 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -3,7 +3,7 @@ use 5.014; use warnings; use parent qw/Exporter/; -our $VERSION = '5999.000_013'; +our $VERSION = '5999.000_015'; our @EXPORT = qw/dbinit purge db user_list user_entry problem_list problem_entry contest_list contest_entry contest_has_problem job_list job_entry create_job standings update_status rerun_job take_job finish_job open_problem/; our @EXPORT_OK = @EXPORT; @@ -467,10 +467,10 @@ Marius Gavrilescu Emarius@ieval.roE =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.18.1 or, +it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available.