{"id":16902316,"url":"https://github.com/rurban/storable","last_synced_at":"2025-08-02T15:35:59.170Z","repository":{"id":8921968,"uuid":"10650201","full_name":"rurban/Storable","owner":"rurban","description":"Release history of Storable","archived":false,"fork":false,"pushed_at":"2019-06-05T15:11:58.000Z","size":1118,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T19:44:06.705Z","etag":null,"topics":["perl"],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/Storable/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rurban.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-12T19:23:10.000Z","updated_at":"2019-06-05T15:12:00.000Z","dependencies_parsed_at":"2022-08-27T22:22:35.640Z","dependency_job_id":null,"html_url":"https://github.com/rurban/Storable","commit_stats":null,"previous_names":[],"tags_count":135,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurban%2FStorable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurban%2FStorable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurban%2FStorable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rurban%2FStorable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rurban","download_url":"https://codeload.github.com/rurban/Storable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244637103,"owners_count":20485446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["perl"],"created_at":"2024-10-13T18:05:27.980Z","updated_at":"2025-03-20T15:13:58.451Z","avatar_url":"https://github.com/rurban.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"                         Storable 3.12_03\n               Copyright (c) 1995-2000 Raphael Manfredi\n               Copyright (c) 2001-2004 Larry Wall\n               Copyright (c) 2015-2017 cPanel Inc\n               Copyright (c) 2017-2019 Reini Urban\n               Copyright (c) 2017-2018 by the Perl 5 Porters\n\n------------------------------------------------------------------------\n    This program is free software; you can redistribute it and/or modify\n    it under the same terms as Perl 5 itself.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    Perl 5 License schemes for more details.\n------------------------------------------------------------------------\n\n+=======================================================================\n| Storable is distributed as a module, but is also part of the official\n| Perl core distribution, as of perl 5.8. \n| Maintenance is partially done by the perl5-porters, and for cperl by cPanel.\n| We thank Raphael Manfredi for providing us with this very useful module.\n+=======================================================================\n\n+=======================================================================\n| Don't use any p5p provided Storable \u003c= 3.12. They are all insecure and\n| the upstream maintainers p5p refuse to accept bugreports and fixes.\n| Install it with `cpan RURBAN/Storable-3.12_03.tar.gz`\n+=======================================================================\n\nThe Storable extension brings persistence to your data.\n\nYou may recursively store to disk any data structure, no matter how\ncomplex and circular it is, provided it contains only SCALAR, ARRAY,\nHASH (possibly tied) and references (possibly blessed) to those items.\n\nAt a later stage, or in another program, you may retrieve data from\nthe stored file and recreate the same hiearchy in memory. If you\nhad blessed references, the retrieved references are blessed into\nthe same package, so you must make sure you have access to the\nsame perl class than the one used to create the relevant objects.\n\nThere is also a dclone() routine which performs an optimized mirroring\nof any data structure, preserving its topology.\n\nObjects (blessed references) may also redefine the way storage and\nretrieval is performed, and/or what deep cloning should do on those\nobjects.\n\nTo compile this extension, run:\n\n    perl Makefile.PL [PERL_SRC=...where you put perl sources...]\n    make\n    make install\n\nThere is an embedded POD manual page in Storable.pm.\n\nStorable was written by Raphael Manfredi \u003cRaphael_Manfredi@pobox.com\u003e\nMaintenance is now done by cperl, https://github.com/rurban/Storable/\nNote that p5p still ships an old broken version, without stack overflow\nprotection and large object support. As long as you don't store overlarge\nobjects, they are compatible.\n\nPlease e-mail us with problems, bug fixes, comments and complaints,\nalthough if you have complements you should send them to Raphael.\nPlease don't e-mail Raphael with problems, as he no longer works on\nStorable, and your message will be delayed while he forwards it to us.\n\n------------------------------------------------------------------------\nThanks to (in chronological order):\n\n    Jarkko Hietaniemi \u003cjhi@iki.fi\u003e\n    Ulrich Pfeifer \u003cpfeifer@charly.informatik.uni-dortmund.de\u003e\n    Benjamin A. Holzman \u003cbholzman@earthlink.net\u003e\n    Andrew Ford \u003cA.Ford@ford-mason.co.uk\u003e\n    Gisle Aas \u003cgisle@aas.no\u003e\n    Jeff Gresham \u003cgresham_jeffrey@jpmorgan.com\u003e\n    Murray Nesbitt \u003cmurray@activestate.com\u003e\n    Albert N. Micheev \u003cAlbert.N.Micheev@f80.n5049.z2.fidonet.org\u003e\n    Marc Lehmann \u003cpcg@opengroup.org\u003e\n    Justin Banks \u003cjustinb@wamnet.com\u003e\n    Jarkko Hietaniemi \u003cjhi@iki.fi\u003e (AGAIN, as perl 5.7.0 Pumpkin)\n    Todd Rinaldo \u003ctoddr@cpanel.net\u003e and JD Lightsey \u003cjd@cpanel.net\u003e\n      for optional disabling tie and bless for increased security.\n    Reini Urban \u003crurban@cpanel.net\u003e for the 3.0x \u003e2G support and rewrite\n    Tony Cook \u003ctony@develop-help.com\u003e for merging that back into perl5\n\nfor their contributions.\n\nA Japanese translation of this man page is available at the Japanized\nPerl Resources Project \u003chttps://sourceforge.jp/projects/perldocjp/\u003e.\n------------------------------------------------------------------------\n\nThe perl5-porters would like to thank\n\n    Raphael Manfredi \u003cRaphael_Manfredi@pobox.com\u003e\n\nAccording to the perl5.8 Changes file, the following people have helped\nbring you this Storable release:\n\n    Abhijit Menon-Sen \u003cams@wiw.org\u003e\n    Andreas J. Koenig \u003candreas.koenig@anima.de\u003e\n    Archer Sully \u003carcher@meer.net\u003e\n    Craig A. Berry \u003ccraig.berry@psinetcs.com\u003e\n    Dan Kogai \u003cdankogai@dan.co.jp\u003e\n    Doug MacEachern \u003cdougm@covalent.net\u003e\n    Gurusamy Sarathy \u003cgsar@ActiveState.com\u003e\n    H.Merijn Brand \u003ch.m.brand@xs4all.nl\u003e\n    Jarkko Hietaniemi \u003cjhi@iki.fi\u003e\n    Mark Bixby\n    Michael Stevens \u003cmichael@etla.org\u003e\n    Mike Guy \u003cmjtg@cam.ac.uk\u003e\n    Nicholas Clark \u003cnick@unfortu.net\u003e\n    Peter J. Farley III \u003cpjfarley@banet.net\u003e\n    Peter Prymmer \u003cpvhp@forte.com\u003e\n    Philip Newton \u003cpne@cpan.org\u003e\n    Raphael Manfredi \u003cRaphael_Manfredi@pobox.com\u003e\n    Robin Barker \u003crmb1@cise.npl.co.uk\u003e\n    Radu Greab \u003cradu@netsoft.ro\u003e\n    Tim Bunce \u003cTim.Bunce@pobox.com\u003e\n    VMSperlers\n    Yitzchak Scott-Thoennes \u003csthoenna@efn.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frurban%2Fstorable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frurban%2Fstorable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frurban%2Fstorable/lists"}