aboutsummaryrefslogtreecommitdiffstats
path: root/MODULE_HACKING
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-01 12:46:14 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-01 12:46:14 +0100
commit6a54e267dd03c20d8c8229929037a2cd0853a6a5 (patch)
treea8cf2a7e138aa683e3a5b5e3401cd2f5660d326d /MODULE_HACKING
parent6d0b62543bec51e5360f755d47b02bca4321f7a7 (diff)
downloadmanatools-6a54e267dd03c20d8c8229929037a2cd0853a6a5.tar
manatools-6a54e267dd03c20d8c8229929037a2cd0853a6a5.tar.gz
manatools-6a54e267dd03c20d8c8229929037a2cd0853a6a5.tar.bz2
manatools-6a54e267dd03c20d8c8229929037a2cd0853a6a5.tar.xz
manatools-6a54e267dd03c20d8c8229929037a2cd0853a6a5.zip
typo
Diffstat (limited to 'MODULE_HACKING')
-rw-r--r--MODULE_HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/MODULE_HACKING b/MODULE_HACKING
index 00902300..bf1ff17f 100644
--- a/MODULE_HACKING
+++ b/MODULE_HACKING
@@ -59,8 +59,8 @@ Said that you have to:
3. Extend ManaTools::Module defining a "start" method that has to be invokated
by ManaTools.
- Other important things are icon and name attributes, please look at other modules
- code and to Moose documentation how to do it.
+ Other important things are icon and name attributes, please have look at other modules
+ code and to Moose documentation.
4. Add the module to configuration file so that mpan can load it (see below).