]> iEval git - pod-constants.git/blobdiff - t/01-constants.t
Make code shorter and wider
[pod-constants.git] / t / 01-constants.t
index dfe8cf69f7097dfdfccf0d5d6e3097b796c4de24..b9de1b3fb2e14e1c08d25e265dfccb8bd7660e3d 100644 (file)
@@ -70,7 +70,7 @@ Pod::Constants->import (SYNOPSIS => sub {
 package main;
 open NEWPKG, ">t/TestManPage.pm" or die $!;
 # why define your test results when you can read them in from POD?
-$section_1 =~ s/myhash\)/myhash %myhash2)/;
+$section_1 =~ s/myhash\)/myhash, %myhash2)/;
 $section_1 =~ s/myhash;/myhash, "%myhash\'s value after the above:" => sub { %myhash2 = eval };/;
 print NEWPKG "package TestManPage;\n$section_1\n2.818;\n";
 close NEWPKG;
This page took 0.023141 seconds and 4 git commands to generate.