Remove shebang lines from Perl modules, ignore that empty module for now...
This commit is contained in:
parent
ffe9a19d17
commit
39f01309d6
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/env perl
|
||||
package PostText;
|
||||
|
||||
# Sep 22
|
||||
|
||||
package PostText;
|
||||
|
||||
use Mojo::Base 'Mojolicious', -signatures;
|
||||
use Mojo::Pg;
|
||||
use PostText::Model::Thread;
|
||||
|
|
0
lib/PostText/Controller/Remark.pm
Normal file
0
lib/PostText/Controller/Remark.pm
Normal file
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
package PostText::Model::Remark;
|
||||
|
||||
use Mojo::Base -base, -signatures;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
package PostText::Model::Thread;
|
||||
|
||||
use Mojo::Base -base, -signatures;
|
||||
|
|
Loading…
Reference in a new issue