X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FReports.pm;h=104858e750ebb6e228f1216d38997b01bda863c4;hb=11606693ef6026093d55ea652db083e90ccc6ffe;hp=9bee9d7ac968f5f86fa41819984ad82e435da93f;hpb=ec6fc4f449d8bbc769393311776c5956c118bbd1;p=koha.git diff --git a/C4/Reports.pm b/C4/Reports.pm index 9bee9d7ac9..104858e750 100644 --- a/C4/Reports.pm +++ b/C4/Reports.pm @@ -13,11 +13,12 @@ package C4::Reports; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use CGI; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); @@ -26,7 +27,7 @@ use C4::Debug; BEGIN { # set the version for version checking - $VERSION = 0.13; + $VERSION = 3.07.00.049; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( @@ -35,7 +36,7 @@ BEGIN { } =head1 NAME - + C4::Reports - Module for generating reports =head1 DESCRIPTION @@ -46,11 +47,7 @@ This module contains functions common to reports. =head2 GetDelimiterChoices -=over 4 - -my $delims = GetDelimiterChoices; - -=back + my $delims = GetDelimiterChoices; This will return a list of all the available delimiters.