|
Lines 11-19
package Koha::REST::V1::AdvancedEditorMacro;
Link Here
|
| 11 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
11 |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
| 12 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
12 |
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
| 13 |
# |
13 |
# |
| 14 |
# You should have received a copy of the GNU General Public License along |
14 |
# You should have received a copy of the GNU General Public License |
| 15 |
# with Koha; if not, write to the Free Software Foundation, Inc., |
15 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
| 16 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
|
|
| 17 |
|
16 |
|
| 18 |
use Modern::Perl; |
17 |
use Modern::Perl; |
| 19 |
|
18 |
|