Skip to content

lichtkind/Data-Store-Consistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Data-Store-Consitent - tree like data structure that is always in shape

VERSION

0.0

Home on CPAN

This is the landing page for the user documentation on github.
Please use the link above to visit the de facto homepage of the project.
There is also a download link on the left side under "Tools".

BUILDING

The git repository contains much more than the software package itself.
If you check out sources here, you have to build the package yourself.
In order to do that you need perl and the module Dist::Zilla.

cpan install Dist::Zilla
    or
cpanm Dist::Zilla


Then you have to check which further the Dist::Zilla plugins you miss:

dzil authordeps

and pipe them into your preferred installer:

dzil authordeps | cpanm


Than you can build a release yourself:

dzil build

Which gives you basically the same tgz file as under the download link
from CPAN (as describes under HOME), just with more up to date
(and maybe buggy) sources. Don't forget to:

dzil clean

INSTALLING

Once you downloaded or created a build, you unzip it and do the usual:

    perl Makefile.PL
    make
    make test
    make install

This should install to your site_perl directory.

PREREQUISITES

Perl 5.12 including some core modules
Scalar::Util

SEE ALSO

CHANGES (with roadmap)

CONTRIBUTING

AUTHOR

- Herbert Breunung (lichtkind@cpan.org)

COPYRIGHT

Copyright(c) 2025 by Herbert Breunung

All rights reserved.  This program is free software;
you can redistribute it and/or modify it under GPL version 3

About

depo of a data tree with checks and events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages