# align the =
-my ($apple) = new Fruit( "Apple1", .1, .30 );
-my ($grapefruit) = new Grapefruit( "Grapefruit1", .3 );
-my ($redgrapefruit) = new RedGrapefruit( "Grapefruit2", .3 );
+my($apple)=new Fruit("Apple1",.1,.30);
+my($grapefruit)=new Grapefruit("Grapefruit1",.3);
+my($redgrapefruit)=new RedGrapefruit("Grapefruit2",.3);
my$background=$opts{'-background'}//'none';
my$linewidth=$opts{'-linewidth'}//1;
my$radius=$opts{'-radius'}//0;
-
--- /dev/null
+# align all at first =>
+use constant {
+ PHFAM => [ { John => 1, Jane => 2, Sally => 3 }, 33, 28, 3 ],
+ FAMILY => [qw( John Jane Sally )],
+ AGES => { John => 33, Jane => 28, Sally => 3 },
+ RFAM => [ [qw( John Jane Sally )] ],
+ THREE => 3,
+ SPIT => sub { shift },
+};
+
--- /dev/null
+# align => even at broken sub block
+my%opt=(
+'cc'=>sub{$param::cachecom=1;},
+'cd'=>sub{$param::cachedisable=1;},
+'p'=>sub{
+$param::pflag=1;
+$param::build=0;
+}
+);
--- /dev/null
+#align '&&'
+for($ENV{HTTP_USER_AGENT}){
+$page=
+/Mac/&&'m/Macintrash.html'
+||/Win(dows)?NT/&&'e/evilandrude.html'
+||/Win|MSIE|WebTV/&&'m/MicroslothWindows.html'
+||/Linux/&&'l/Linux.html'
+||/HP-UX/&&'h/HP-SUX.html'
+||/SunOS/&&'s/ScumOS.html'
+||'a/AppendixB.html';
+}
--- /dev/null
+# do not break at .'s after the ?
+return (
+ ( $pod eq $pod2 ) & amp;
+ &
+ ( $htype eq "NAME" )
+ )
+ ? "\n<A NAME=\""
+ . $value
+ . "\">\n$text</A>\n"
+ : "\n$type$pod2.html\#" . $value . "\">$text<\/A>\n";
my $background = $opts{'-background'} // 'none';
my $linewidth = $opts{'-linewidth'} // 1;
my $radius = $opts{'-radius'} // 0;
-
--- /dev/null
+# align all at first =>
+use constant {
+ PHFAM => [ { John => 1, Jane => 2, Sally => 3 }, 33, 28, 3 ],
+ FAMILY => [qw( John Jane Sally )],
+ AGES => { John => 33, Jane => 28, Sally => 3 },
+ RFAM => [ [qw( John Jane Sally )] ],
+ THREE => 3,
+ SPIT => sub { shift },
+};
+
--- /dev/null
+# do not break at .'s after the ?
+return (
+ ( $pod eq $pod2 ) & amp;
+ &
+ ( $htype eq "NAME" )
+ )
+ ? "\n<A NAME=\"" . $value . "\">\n$text</A>\n"
+ : "\n$type$pod2.html\#" . $value . "\">$text<\/A>\n";
../snippets13.t align13.def
../snippets13.t rt127633.def
../snippets13.t rt127633.rt127633
+../snippets13.t align14.def
+../snippets13.t align15.def
../snippets2.t angle.def
../snippets2.t arrows1.def
../snippets2.t arrows2.def
../snippets9.t rt98902.def
../snippets9.t rt98902.rt98902
../snippets9.t rt99961.def
-../snippets13.t align14.def
-../snippets13.t align15.def
+../snippets13.t align16.def
+../snippets13.t break5.def