[Bps-public-commit] RTx-TakeScreenshots branch, master, updated. ee6d25c342901f560ec53f3f6802afe010a12f91
Shawn Moore
sartak at bestpractical.com
Tue Mar 8 14:03:29 EST 2011
The branch, master has been updated
via ee6d25c342901f560ec53f3f6802afe010a12f91 (commit)
via d41dadc94546f7a969532783cd354020945f41aa (commit)
from d1992e7bf0adaaf84773fbee28e20549f7049084 (commit)
Summary of changes:
Makefile.PL | 2 --
etc/initialdata | 1 +
2 files changed, 1 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d41dadc94546f7a969532783cd354020945f41aa
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Mar 8 14:00:12 2011 -0500
Don't strictly require wmctrl so I can run Makefile.PL too
The warning is enough
diff --git a/Makefile.PL b/Makefile.PL
index 01566af..5061c7d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -11,6 +11,4 @@ starts up. It is, unfortunately, X only.
.
}
-requires_external_bin('wmctrl');
-
&WriteAll;
commit ee6d25c342901f560ec53f3f6802afe010a12f91
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Mar 8 14:03:15 2011 -0500
Set language to english
diff --git a/etc/initialdata b/etc/initialdata
index 26d9450..877a01d 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -100,6 +100,7 @@ RFP sent out to the vendors.
$user->SetRealName('Jesse');
$user->SetName('jesse');
$user->SetEmailAddress('sales at bestpractical.com');
+ $user->SetLang('en-us');
},
sub {
my %DependsOn;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list