From: Steve Hancock Date: Fri, 26 Jun 2020 12:36:58 +0000 (-0700) Subject: removed file 'bbs.t' which should not have been in distribution X-Git-Tag: 20200619.02~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c197bbf12d4d9c193e65880cbc21e0ef75dc5668;p=perltidy.git removed file 'bbs.t' which should not have been in distribution --- diff --git a/MANIFEST b/MANIFEST index 3c8243cb..380314db 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,4 @@ .pre-commit-hooks.yaml -bbs.t bin/perltidy BUGS.md CHANGES.md diff --git a/bbs.t b/bbs.t deleted file mode 100644 index fb8a1297..00000000 --- a/bbs.t +++ /dev/null @@ -1,15 +0,0 @@ -############################################################# -# Problem: break before ; -# (pbp p28-29) -# should allow option to break before final ; -# -bbs (?) -############################################################# - -for my $elapsed_time ( 1 .. 10 ) { - push @steps, - $steps[-1] + - $radial_velocity * $elapsed_time + - $orbital_velocity * ( $phase + $phase_shift ) - - $DRAG_COEFF * $altitude; -} -