Skip to content

Commit 6a1aa96

Browse files
committed
Prepare to release 3.0 version
1 parent 94e1703 commit 6a1aa96

19 files changed

Lines changed: 20 additions & 20 deletions

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ my %module_build_args = (
1717
"Kathryn Andersen <perlkat\@katspace.org>"
1818
],
1919
"dist_name" => "txt2html",
20-
"dist_version" => "2.53",
20+
"dist_version" => "3.0",
2121
"license" => "gpl",
2222
"module_name" => "txt2html",
2323
"recommends" => {},

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ requires:
2525
constant: 0
2626
perl: v5.8.1
2727
strict: 0
28-
version: 2.53
28+
version: 3.0

README.txt2html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
HTML::TextToHTML - convert plain text file to HTML
33

44
VERSION
5-
version 2.53
5+
version 3.0
66

77
SYNOPSIS
88
From the command line:

doc/UPDATE-CHECK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
When updating, change the following files (if needed):
22

33
- ChangeLog
4-
- Change version in all needed files (use rpl)
4+
- Change version in all needed files (use rpl for tfiles/*)
55
- Update MANIFEST
66
- Test in Debian

lib/HTML/TextToHTML.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package HTML::TextToHTML;
22
{
3-
$HTML::TextToHTML::VERSION = '2.53';
3+
$HTML::TextToHTML::VERSION = '3.0';
44
}
55
use 5.8.1;
66
use strict;
@@ -12,7 +12,7 @@ HTML::TextToHTML - convert plain text file to HTML.
1212
1313
=head1 VERSION
1414
15-
version 2.53
15+
version 3.0
1616
1717
=head1 SYNOPSIS
1818

scripts/txt2html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ txt2html - convert plain text file to HTML
99

1010
=head1 VERSION
1111

12-
version 2.53
12+
version 3.0
1313

1414
=head1 SYNOPSIS
1515

tfiles/good_heading1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<title></title>
6-
<meta name="generator" content="HTML::TextToHTML v2.53"/>
6+
<meta name="generator" content="HTML::TextToHTML v3.0"/>
77
</head>
88
<body>
99
<h1><a name="section_1">Doctor Who New Adventures</a></h1>

tfiles/good_links3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<title></title>
6-
<meta name="generator" content="HTML::TextToHTML v2.53"/>
6+
<meta name="generator" content="HTML::TextToHTML v3.0"/>
77
</head>
88
<body>
99
<p>This is a link with a sub-anchor in it.

tfiles/good_list-4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<title></title>
6-
<meta name="generator" content="HTML::TextToHTML v2.53"/>
6+
<meta name="generator" content="HTML::TextToHTML v3.0"/>
77
</head>
88
<body>
99
<h1><a name="section_1">Header</a></h1>

tfiles/good_list-5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
55
<title></title>
6-
<meta name="generator" content="HTML::TextToHTML v2.53"/>
6+
<meta name="generator" content="HTML::TextToHTML v3.0"/>
77
</head>
88
<body>
99
<h1><a name="section_1">Definition Lists</a></h1>

0 commit comments

Comments
 (0)