diff options
author | dakkar <dakkar@thenautilus.net> | 2013-04-12 19:20:53 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2013-04-12 19:20:53 +0100 |
commit | e3e45e3827fe10225b73ba059c184a5395658069 (patch) | |
tree | 9518bf94a7afdaec831319317a8d1db2133981f0 /lib/GridFiller/Chooser/Smarter.pm | |
parent | make objects one-shot (diff) | |
download | qr-builder-master.tar.gz qr-builder-master.tar.bz2 qr-builder-master.zip |
Diffstat (limited to 'lib/GridFiller/Chooser/Smarter.pm')
-rw-r--r-- | lib/GridFiller/Chooser/Smarter.pm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/GridFiller/Chooser/Smarter.pm b/lib/GridFiller/Chooser/Smarter.pm index 16ed0b0..5b2b778 100644 --- a/lib/GridFiller/Chooser/Smarter.pm +++ b/lib/GridFiller/Chooser/Smarter.pm @@ -120,3 +120,19 @@ sub _find_in_col { } 1; + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli <dakkar@thenautilus.net> + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2012 by Gianni Ceccarelli. + +This program 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, version 3. + +=cut |