diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-22 06:15:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-22 06:15:32 +0000 |
commit | 9e05810f81a8fc2557876b510c8ab06cf1d56ab3 (patch) | |
tree | 617e9134c43a6579f56023c3d23ff4291ab8442a /IkiWiki | |
parent | 82b3a4dda76305376e2c13fb65db40bcc268b926 (diff) |
rename
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/goodstuff.mdwn (renamed from IkiWiki/Plugin/nicebundle.pm) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/nicebundle.pm b/IkiWiki/Plugin/goodstuff.mdwn index 7139a2af8..384123f60 100644 --- a/IkiWiki/Plugin/nicebundle.pm +++ b/IkiWiki/Plugin/goodstuff.mdwn @@ -1,5 +1,6 @@ #!/usr/bin/perl -package IkiWiki::Plugin::nicebundle; +# Bundle of good stuff. +package IkiWiki::Plugin::goodstuff; use warnings; use strict; |