projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78df478
)
use strict everywhere, everywhere!
author
Tony Cook
<tony@develop-help.com>
Fri, 14 Mar 2014 07:44:42 +0000
(18:44 +1100)
committer
Tony Cook
<tony@develop-help.com>
Fri, 14 Mar 2014 07:44:42 +0000
(18:44 +1100)
site/cgi-bin/modules/BSE/DummyArticle.pm
patch
|
blob
|
blame
|
history
diff --git
a/site/cgi-bin/modules/BSE/DummyArticle.pm
b/site/cgi-bin/modules/BSE/DummyArticle.pm
index 928a337dc8fd81be58132f2496c5cec324b670db..6b32702ffa7d9532249577efe8c5edd4f31e3f12 100644
(file)
--- a/
site/cgi-bin/modules/BSE/DummyArticle.pm
+++ b/
site/cgi-bin/modules/BSE/DummyArticle.pm
@@
-1,8
+1,9
@@
package BSE::DummyArticle;
+use strict;
use base 'BSE::TB::SiteCommon';
use Articles;
-our $VERSION = "1.00
0
";
+our $VERSION = "1.00
1
";
sub images {
return;