Changeset 967
- Timestamp:
- 08/20/08 00:39:37 (3 months ago)
- Files:
-
- trunk/ActionStreams/Makefile.PL (modified) (1 diff)
- trunk/examples (added)
- trunk/examples/Example1 (added)
- trunk/examples/Example1/MANIFEST.SKIP (added)
- trunk/examples/Example1/Makefile.PL (added)
- trunk/examples/Example1/plugins (added)
- trunk/examples/Example1/plugins/Example (added)
- trunk/examples/Example1/plugins/Example/config.yaml (added)
- trunk/examples/Example1/plugins/Example/lib (added)
- trunk/examples/Example1/plugins/Example/lib/Example (added)
- trunk/examples/Example1/plugins/Example/lib/Example/Plugin.pm (added)
- trunk/examples/Good4Nothing (added)
- trunk/examples/Good4Nothing/MANIFEST.SKIP (added)
- trunk/examples/Good4Nothing/Makefile.PL (added)
- trunk/examples/Good4Nothing/plugins (added)
- trunk/examples/Good4Nothing/plugins/Good4Nothing (added)
- trunk/examples/Good4Nothing/plugins/Good4Nothing/config.yaml (added)
- trunk/examples/Good4Nothing/plugins/Good4Nothing/lib (added)
- trunk/examples/Good4Nothing/plugins/Good4Nothing/lib/Good4Nothing (added)
- trunk/examples/Good4Nothing/plugins/Good4Nothing/lib/Good4Nothing/Plugin.pm (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ActionStreams/Makefile.PL
r540 r967 3 3 WriteMakefile( 4 4 NAME => 'ActionStreams', 5 VERSION => '1.1 ',5 VERSION => '1.1-alpha', 6 6 DISTNAME => 'ActionStreams', 7 7 );
