App-SimpleBackuper

 view release on metacpan or  search on metacpan

local/lib/perl5/Module/Build/API.pod  view on Meta::CPAN

  perl Build.PL --Loud --Dbd=DBD::pg --Quantity --Quantity --Quantity

B<WARNING:> Any option specifications that conflict with Module::Build's own
options (defined by its properties) will throw an exception.  Use capitalized
option names to avoid unintended conflicts with future Module::Build options.

Consult the Getopt::Long documentation for details on its usage.

=item include_dirs

[version 0.24]

Specifies any additional directories in which to search for C header
files.  May be given as a string indicating a single directory, or as
a list reference indicating multiple directories.

=item install_path

[version 0.19]

You can set paths for individual installable elements by using the

t/DB/FilesTable.t  view on Meta::CPAN

					symlink_to		=> '/path/to/target',
					parts			=> [
						{
							hash		=> 'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e',
							size		=> 888,
							aes_key		=> pack("C32", map {int rand 256} 1..32),
							aes_iv		=> pack("C16", map {int rand 256} 1..16),
							block_id	=> 222,
						},
						{
							hash		=> '40b244112641dd78dd4f93b6c9190dd46e0099194d5a44257b7efad6ef9ff4683da1eda0244448cb343aa688f5d3efd7314dafe580ac0bcbf115aeca9e8dc114',
							size		=> 777,
							aes_key		=> pack("C32", map {int rand 256} 1..32),
							aes_iv		=> pack("C16", map {int rand 256} 1..16),
							block_id	=> 222,
						},
					],
				}
			],
		};
		is_deeply( App::SimpleBackuper::DB::FilesTable->unpack( App::SimpleBackuper::DB::FilesTable->pack($file) ), $file);



( run in 0.481 second using v1.01-cache-2.11-cpan-7add2cbd662 )