Skip to content

Commit 6fb3f32

Browse files
committed
POD shuffling of 'dancer'
1 parent 1d06b18 commit 6fb3f32

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

bin/dancer

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/perl
22

33
#PODNAME: dancer
4+
#ABSTRACT: helper script to create new Dancer applications
45

56
use strict;
67
use warnings;
@@ -1323,9 +1324,6 @@ EOF
13231324
__END__
13241325
=pod
13251326
1326-
=head1 NAME
1327-
1328-
dancer - helper script to create new Dancer applications
13291327
13301328
=head1 SYNOPSIS
13311329
@@ -1390,19 +1388,5 @@ The application is ready to serve:
13901388
>> Listening on 127.0.0.1:3000
13911389
== Entering the development dance floor ...
13921390
1393-
=head1 AUTHOR
1394-
1395-
This script has been written by Sebastien Deseille
1396-
<[email protected]> and Alexis Sukrieh
1397-
1398-
1399-
=head1 SOURCE CODE
1400-
1401-
See L<Dancer> for more information.
1402-
1403-
=head1 LICENSE
1404-
1405-
This module is free software and is published under the same
1406-
terms as Perl itself.
14071391
14081392
=cut

0 commit comments

Comments
 (0)