[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.06-1-g2a2048e
Thomas Sibley
trs at bestpractical.com
Fri Jan 25 14:59:29 EST 2013
The branch, master has been updated
via 2a2048ec6bb1536a94ca448d1307b100a419a0b9 (commit)
from 31a52514b0d57487452fa13981f72279aadae913 (commit)
Summary of changes:
profiles/db/Module.pm | 10 +++++-----
profiles/default/Module.pm | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 2a2048ec6bb1536a94ca448d1307b100a419a0b9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jan 25 11:58:56 2013 -0800
Wrap formatting codes around the install steps
diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index 3fd7ff4..b643743 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -12,15 +12,15 @@ our $VERSION = '0.01';
=over
-=item perl Makefile.PL
+=item C<perl Makefile.PL>
-=item make
+=item C<make>
-=item make install
+=item C<make install>
May need root permissions
-=item make initdb
+=item C<make initdb>
Only run this the first time you install this module.
@@ -30,7 +30,7 @@ in your database.
If you are upgrading this module, check for upgrading instructions
in case changes need to be made to your database.
-=item Edit your /opt/rt4/etc/RT_SiteConfig.pm
+=item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
Add this line:
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index 688ae74..dab48f3 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -12,15 +12,15 @@ our $VERSION = '0.01';
=over
-=item perl Makefile.PL
+=item C<perl Makefile.PL>
-=item make
+=item C<make>
-=item make install
+=item C<make install>
May need root permissions
-=item Edit your /opt/rt4/etc/RT_SiteConfig.pm
+=item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
Add this line:
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list