We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab6b46 commit 477502cCopy full SHA for 477502c
1 file changed
bin/issuegen.pl
@@ -17,12 +17,14 @@
17
18
my $inFile = $ARGV[0];
19
if (!$inFile) {
20
- print "Pass in issues list filename for processing!\n";
21
- print "Template for issues-list.txt follows...\n";
+ print "\nPass in issues list filename for processing!\n\n";
+ print "~~~~~~~~~~~~~~~~~~~~~ Template for issues-list.txt ~~~~~~~~~~~~~~~~~~~~~\n";
22
print <<XXX;
23
+
24
Draft: http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/
25
Title: CSS Text Decoration Level 3
26
... anything else you want here, except 4 dashes ...
27
28
----
29
Issue 1.
30
Summary: [summary]
@@ -58,7 +60,6 @@
58
60
$code = '';
59
61
if (/\nVerified:\s+http/) {
62
$code = 'a';
- print "Verified!";
63
}
64
elsif (/\n(?:Closed|Open):\s+(\S+)/) {
65
$code = $statusStyle{lc $1};
0 commit comments