Skip to content
This repository was archived by the owner on Jul 18, 2018. It is now read-only.

Commit ff9498b

Browse files
committed
whitespace
1 parent f13ffe0 commit ff9498b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile.PL

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ WriteMakefile(
1616
'AUTHOR' => 'brian d foy <[email protected]>',
1717

1818
'EXE_FILES' => [ 'script/cpan' ],
19-
19+
2020
'META_MERGE' => {
2121
no_index => {
2222
directory => [qw(t inc examples)],
2323
}
2424
},
25-
25+
2626
'PREREQ_PM' => {
2727
'Test::More' => '0.95',
2828
'CPAN' => '1.9301',

test-mirror/authors/id/B/BU/BUSTER/Local-Works-Fine/lib/Fine.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Local::Works::Fine - This is the description
2929

3030
sub new
3131
{
32-
32+
3333
}
34-
34+
3535
=item init
3636
3737
=cut
3838

3939
sub init
4040
{
41-
41+
4242
}
4343

4444

0 commit comments

Comments
 (0)