Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 83d2f96

Browse files
committed
Release 1.23: Fix license link in README
1 parent 76dbfcf commit 83d2f96

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
1.23 2016-02-11
3+
No code changes.
4+
5+
[INTERNALS]
6+
- Correct link to license in README. (Mark Stosberg) [rt.cpan.org #111948]
7+
28
1.22 2013-08-10
39
No code changes.
410

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SQL::Interp
44
Copyright (c) 2004-2005, David Manura.
55
This module is free software. It may be used, redistributed
66
and/or modified under the same terms as Perl itself.
7-
See http://www.perl.com/perl/misc/Artistic.html.
7+
See http://dev.perl.org/licenses/.
88

99
To install (with ExtUtils::MakeMaker):
1010

lib/SQL/Interp.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package SQL::Interp;
22

3-
our $VERSION = '1.22';
3+
our $VERSION = '1.23';
44

55
use strict;
66
use warnings;

0 commit comments

Comments
 (0)