PPM::Make::Bundle

PPM::Make::Bundle can make a bundle of ppm packages.
Download

PPM::Make::Bundle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Randy Kobes
  • Publisher web site:
  • http://search.cpan.org/~rkobes/

PPM::Make::Bundle Tags


PPM::Make::Bundle Description

PPM::Make::Bundle can make a bundle of ppm packages. PPM::Make::Bundle can make a bundle of ppm packages.SYNOPSIS my $bundle = PPM::Make::Bundle->new(%opts); $bundle->make_bundle();PPM::Make::Bundle is used to build a bundled zip file of a package and all of it's required prerequisites. It will first search through a list of specified repositories to see if a required package is present there, and if not, will use PPM::Make to build one. See PPM::Make for a discussion of details on how the ppm package is built, as well as the available options. The bundled zip file will be placed in the current directory from where it is invoked, unless a bundle key to upload of PPM::Make specifies where to upload bundled files.The options accepted for PPM::Make::Bundle include those of PPM::Make. If a dist option is not given, it will be assumed that one is in a valid CPAN distribution directory, and attempt to build a zipped bundle file based on that distribution. Additional options specific to PPM::Make::Bundle arebundle_name => $bundle_nameThis options specifes the name of the zip file containing all of the bundled ppm packages. If this is not specified, a default of Bundle-dist_name.zip will be used, where dist_name is the name of the main distribution being built.no_upload => 1By default, if a required package is built by PPM::Make, and if the configuration file specifies that such ppm packages are to be uploaded to a repository, this upload will take place. The no_upload option specifies that such individual package uploads not take place, although the bundled zip file will still be uploaded, if specified.reps => @repositoriesThis specifies a list of repositories to search for needed ppm packages.clean => 1The ppm packages are placed in a temporary directory for eventual inclusion in the zipped bundle file. The clean option specifies that this temporary directory be removed after the bundle file is built.


PPM::Make::Bundle Related Software