Bugzilla – Attachment 38663 Details for
Bug 13758
KOHAVERSION should be statically set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 13758: Add POD
SIGNED-OFF-Bug-13758-Add-POD.patch (text/plain), 1.69 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-04-29 12:40:07 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 13758: Add POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-04-29 12:40:07 UTC
Size:
1.69 KB
patch
obsolete
>From dd136cb8589929d85b496499bb69417ebef8ccf4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 18 Mar 2015 15:50:25 +0100 >Subject: [PATCH] [SIGNED OFF] Bug 13758: Add POD > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > Koha.pm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) > >diff --git a/Koha.pm b/Koha.pm >index f5da04d..91fc9e8 100644 >--- a/Koha.pm >+++ b/Koha.pm >@@ -1,5 +1,23 @@ > package Koha; > >+# Copyright 2015 BibLibre >+# Copyright 2015 Theke Solutions >+# >+# This file is part of Koha. >+# >+# Koha is free software; you can redistribute it and/or modify it >+# under the terms of the GNU General Public License as published by >+# the Free Software Foundation; either version 3 of the License, or >+# (at your option) any later version. >+# >+# Koha is distributed in the hope that it will be useful, but >+# WITHOUT ANY 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, see <http://www.gnu.org/licenses>. >+ > use Modern::Perl; > > use vars qw{ $VERSION }; >@@ -18,3 +36,33 @@ sub version { > } > > 1; >+ >+=head1 NAME >+ >+Koha - The world's first free and open source library system. >+ >+=head1 SYNOPSIS >+ >+At the moment this module only provides a version subroutine. >+ >+=head1 METHODS >+ >+=head2 version >+ >+ use Koha; >+ >+ my $version = Koha::version; >+ >+=head1 SEE ALSO >+ >+C4::Context >+ >+kohaversion.pl >+ >+=head1 AUTHORS >+ >+Jonathan Druart <jonathan.druart@biblibre.com> >+ >+Tomas Cohen Arazi <tomascohen@gmail.com> >+ >+=cut >-- >2.3.7
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13758
:
36951
|
36962
|
36963
|
36988
|
38661
|
38662
|
38663
|
38738
|
38739
|
38952
|
38958
|
38971