File tree 1 file changed +1
-17
lines changed
1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/perl
2
2
3
3
# PODNAME: dancer
4
+ # ABSTRACT: helper script to create new Dancer applications
4
5
5
6
use strict;
6
7
use warnings;
@@ -1323,9 +1324,6 @@ EOF
1323
1324
__END__
1324
1325
=pod
1325
1326
1326
- =head1 NAME
1327
-
1328
- dancer - helper script to create new Dancer applications
1329
1327
1330
1328
=head1 SYNOPSIS
1331
1329
@@ -1390,19 +1388,5 @@ The application is ready to serve:
1390
1388
>> Listening on 127.0.0.1:3000
1391
1389
== Entering the development dance floor ...
1392
1390
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.
1407
1391
1408
1392
=cut
You can’t perform that action at this time.
0 commit comments