The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bee - Small application to handle bee files

VERSION

version 0.002

SYNOPSIS

  # To get all keys
  $ bee test.bee

  # To print one key (after deparsing via Data::MessagePack::Stream)
  $ bee test.bee sample_key
  $ bee test.bee gzipped_sample_value | gunzip -c

DESCRIPTION

SUPPORT

IRC

  Join #vonbienenstock on irc.freenode.net. Highlight Getty for fast reaction :).

Repository

  http://github.com/Getty/p5-app-tcpproxy
  Pull request and additional contributors are welcome

Issue Tracker

  http://github.com/Getty/p5-app-tcpproxy/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.