Conflicts:
.gitignore
BuildStem.pm
MANIFEST
MANIFEST.SKIP
bin/chat2_demo
bin/run_stem
\#*#
.#*
.*.swp
-lib-pod
+
++# archive files
++*.gz
++*.bz2
++
++# stuff from uri's working dir that he doesn't want in the repo
++old*
+ *.ok
++lib-pod
+ modules
-
+ event_test
-*.gz
+ dlug
+ flow
+ intel
+ pod
+ scaffidi
+ slides
+ stem2pod
+ test
+
-
^#.*#$
^\.#
\.*.swp$
+
+ # other stuff we dont want in the dist tarball
+ ^notes/
++
use File::Basename qw( basename );
$ENV{PATH} .= ':' . basename( $0 ) . ':.';
++<<<<<<< HEAD:bin/chat2_demo
++=======
+
++>>>>>>> origin/master:bin/chat2_demo
for my $prog qw( run_stem xterm telnet ) {
die "Can't find $prog in PATH\n" if
system( "which $prog >/dev/null 2>&1" ) != 0;