Skip to content

Commit 9351d95

Browse files
authored
Merge pull request #70 from trwyant/trw_rt_133601
RT 133601 Missing semi-colon on Time::Seconds man page
2 parents 9282138 + 274ed48 commit 9351d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Seconds.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ seconds only, so you cannot, for example, do this: C<print ONE_WEEK-E<gt>minutes
226226
227227
The following methods are available:
228228
229-
my $val = Time::Seconds->new(SECONDS)
229+
my $val = Time::Seconds->new(SECONDS);
230230
$val->seconds;
231231
$val->minutes;
232232
$val->hours;

0 commit comments

Comments
 (0)