Merge commit 'c0baaa7'
Steve Scaffidi [Fri, 11 Sep 2009 21:02:56 +0000 (17:02 -0400)]
.gitignore
BuildStem.pm
MANIFEST.SKIP
bin/chat2_demo
srs_notes.txt [new file with mode: 0644]

index ec302ab..6af5e59 100644 (file)
@@ -15,16 +15,20 @@ blib/
 # Temp, old and emacs backup files.
 *~
 *.old
-old*
 \#*#
 .#*
 .*.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
@@ -34,4 +38,3 @@ slides
 stem2pod
 test
 
-
index 4617d19..a6aa8cb 100644 (file)
@@ -47,7 +47,6 @@ sub process_conf_files {
        my $conf_dir = File::Spec->catdir($self->blib, 'conf');
        File::Path::mkpath( $conf_dir );
 
-
        foreach my $file (keys %$files) {
                my $result = $self->copy_if_modified($file, $conf_dir, 'flatten') or next;
                $self->fix_shebang_line($result) if $self->is_unixish();
index 873403d..7408d6d 100644 (file)
@@ -26,3 +26,4 @@
 
 # other stuff we dont want in the dist tarball
 ^notes/
+
index b23a14f..1340a79 100755 (executable)
@@ -7,7 +7,10 @@ $xskip = ( $^O eq 'solaris' ) ? 600 : 500 ;
 
 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;
diff --git a/srs_notes.txt b/srs_notes.txt
new file mode 100644 (file)
index 0000000..7b3e6c3
--- /dev/null
@@ -0,0 +1,6 @@
+Odd sort of behavior... when dumping \%:: with Data::Dumper in Stem/Conf.pm
+(insert a print @ line 234)
+
+the program just "freezes"...
+
+