<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/Configure.pm, branch error-message-status</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>use FML::Log qw(Log LogWarn LogError);</title>
<updated>2001-03-20T06:14:35+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-20T06:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=2198c4ce73b096d94ac6cbc591c86eca0a73b054'/>
<id>2198c4ce73b096d94ac6cbc591c86eca0a73b054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fmldoc supports perldoc [-vtuml]</title>
<updated>2001-03-16T04:31:39+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-16T04:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=77e4127b08ba83ac3c8db5d57fa2c3eeb345665d'/>
<id>77e4127b08ba83ac3c8db5d57fa2c3eeb345665d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FML::Command is a dispatcher table. It used AUTOLOAD() to forward the</title>
<updated>2001-03-14T08:56:59+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-14T08:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a28a752d422a7b01bf4f296c02917af5b7bc3ee7'/>
<id>a28a752d422a7b01bf4f296c02917af5b7bc3ee7</id>
<content type='text'>
request to each FML::Command::$command module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request to each FML::Command::$command module.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/croak/warn/</title>
<updated>2001-03-14T04:16:22+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-14T04:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=481461c8d491d00bbdf97d940aa0e50018fe602c'/>
<id>481461c8d491d00bbdf97d940aa0e50018fe602c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change argument of FML::Command method call. now it accpepts</title>
<updated>2001-03-14T04:04:20+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-14T04:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b6fffd0946f72e6a70de03a3748020597bee46c6'/>
<id>b6fffd0946f72e6a70de03a3748020597bee46c6</id>
<content type='text'>
method($self, $curproc, $args) where $args is prepared at
FML::Process::Configure().
move the main code to subscribe.pm and unsubscribe.pm and change
add.pm and bye.pm as an adapter for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
method($self, $curproc, $args) where $args is prepared at
FML::Process::Configure().
move the main code to subscribe.pm and unsubscribe.pm and change
add.pm and bye.pm as an adapter for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>makefml uses dynamic method binding</title>
<updated>2001-03-14T03:42:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-14T03:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6fb06560a8390e1484c733cdd69321f2605626a6'/>
<id>6fb06560a8390e1484c733cdd69321f2605626a6</id>
<content type='text'>
when "makefml $method $ml_name" is given, we call it as follows:
  use FML::Command::$method;
  $obj = new FML::Command::$method;
  $obj-&gt;$method($curproc);
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when "makefml $method $ml_name" is given, we call it as follows:
  use FML::Command::$method;
  $obj = new FML::Command::$method;
  $obj-&gt;$method($curproc);
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some space padding</title>
<updated>2001-03-11T14:15:52+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-11T14:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5ff10f295e56416f429b07ee7acfddecd8d53f1f'/>
<id>5ff10f295e56416f429b07ee7acfddecd8d53f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make makefml work</title>
<updated>2001-03-11T13:35:33+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-11T13:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ac800de70f2a442304535e4ac643224b633fff8f'/>
<id>ac800de70f2a442304535e4ac643224b633fff8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>declare not yet implemented</title>
<updated>2001-03-11T04:09:27+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-11T04:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=83d1c19e2a77a946b1e9e799af3d797c86df32d8'/>
<id>83d1c19e2a77a946b1e9e799af3d797c86df32d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nuke FML::Debug and Data::Dumper to avoid loading Data::Dumper</title>
<updated>2001-03-09T04:51:15+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-03-09T04:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=a3d4f00869d3f1a2377599198245f90502919504'/>
<id>a3d4f00869d3f1a2377599198245f90502919504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
