X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FData.pm;h=abf9a04c5f91fb32d5df83df790577a9ba690d1b;hp=9fee650af2088752301936c98a8b650eb355bf32;hb=4a8747effd02a1e0f9dde86b1c81f6c26ce66f04;hpb=64e8a4c75bb8b4ab64865296a11c15e25d1cecc2 diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 9fee650..abf9a04 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -36,3 +36,36 @@ BEGIN { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::Data - Gruntmaster 6000 Online Judge -- database interface and tools + +=head1 SYNOPSIS + + my $db = Gruntmaster::Data->connect('dbi:Pg:'); + # Typical DBIC stuff here + +=head1 DESCRIPTION + +No documentation (yet) + +=head1 AUTHOR + +Marius Gavrilescu Emarius@ieval.roE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2014 by Marius Gavrilescu + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + + +=cut