George Baugh 1 éve
szülő
commit
e923222733
5 módosított fájl, 146 hozzáadás és 0 törlés
  1. 4 0
      Changes
  2. 72 0
      dist.ini
  3. 2 0
      lib/Net/OpenSSH/More.pm
  4. 2 0
      lib/Net/OpenSSH/More/Linux.pm
  5. 66 0
      weaver.ini

+ 4 - 0
Changes

@@ -0,0 +1,4 @@
+Revision history for Net-OpenSSH-More
+
+1.00 2024-08-08 TEODESIAN
+    - Initial release

+ 72 - 0
dist.ini

@@ -0,0 +1,72 @@
+name = Net-OpenSSH-More
+version = 1.00
+author = George S. Baugh <george@troglodyne.net>
+license = MIT
+copyright_holder = George S. Baugh
+copyright_year = 2024
+
+[GatherDir]
+include_dotfiles = 1
+exclude_match = .*\.swp
+exclude_match = .*\.swo
+exclude_match = .*\swn
+
+[PruneCruft]
+
+[ManifestSkip]
+[MetaYAML]
+[MetaJSON]
+[License]
+[Readme]
+[ExtraTests]
+[ExecDir]
+[ShareDir]
+[MakeMaker]
+[Manifest]
+
+[PkgVersion]
+[AutoPrereqs]
+[MetaProvides::Package]
+
+[PodWeaver]
+
+[FileFinder::ByName]
+dir = lib
+match = \.pm$
+
+[Git::Contributors]
+
+[@TestingMania]
+critic_config = perlcriticrc
+
+[TestRelease]
+[ConfirmRelease]
+[UploadToCPAN]
+
+[CheckMetaResources]
+[CheckPrereqsIndexed]
+[CheckChangesHasContent]
+
+[Prereqs / RuntimeRequires]
+perl = 5.020
+Moo = 1.005
+List::Util = 1.33
+
+[GithubMeta]
+issues = 1
+user = troglodyne-internet-widgets
+
+[Encoding]
+filename = t/www/icon.gif
+filename = t/www/invalid-extension.xpi
+filename = t/www/redisplay.xpi
+encoding = bytes
+
+; `dzil authordeps` doesn't know about the Pod Weaver dependenciess:
+; authordep Pod::Weaver::Section::Contributors = 0
+; authordep Pod::Weaver::Plugin::Encoding = 0
+; authordep Pod::Weaver::Section::SeeAlso = 0
+; authordep Pod::Weaver::Section::GenerateSection = 0
+; authordep Pod::Elemental::Transformer::List = 0
+; authordep Test::Pod::Coverage = 0
+; authordep Term::UI = 0

+ 2 - 0
lib/Net/OpenSSH/More.pm

@@ -1,5 +1,7 @@
 package Net::OpenSSH::More;
 
+#ABSTRACT: Net::OpenSSH submodule with many useful features
+
 use strict;
 use warnings;
 

+ 2 - 0
lib/Net/OpenSSH/More/Linux.pm

@@ -1,5 +1,7 @@
 package Net::OpenSSH::More::Linux;
 
+#ABSTRACT: Useful subcommands for linux machines
+
 use strict;
 use warnings;
 

+ 66 - 0
weaver.ini

@@ -0,0 +1,66 @@
+[@CorePrep]
+
+[-SingleEncoding]
+
+[Name]
+[Version]
+
+[Region  / prelude]
+
+[Generic / SYNOPSIS]
+[Generic / DESCRIPTION]
+[Generic / OVERVIEW]
+
+[Collect / ATTRIBUTES]
+command = attr
+
+[Collect / METHODS]
+command = method
+
+[Collect / FUNCTIONS]
+command = func
+
+[Leftovers]
+
+[SeeAlso]
+[Bugs]
+
+[Region  / postlude]
+; [Authors]
+[GenerateSection / AUTHORS ]
+text = Current Maintainers:
+text =
+text = =over 4
+text =
+text = =item *
+text =
+text = George S. Baugh <teodesian@gmail.com>
+text =
+text = =back
+
+
+[Contributors]
+[GenerateSection / COPYRIGHT AND LICENSE]
+text = Copyright (c) 2024 Troglodyne LLC
+text =
+text =
+text = Permission is hereby granted, free of charge, to any person obtaining a copy
+text = of this software and associated documentation files (the "Software"), to deal
+text = in the Software without restriction, including without limitation the rights
+text = to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+text = copies of the Software, and to permit persons to whom the Software is
+text =furnished to do so, subject to the following conditions:
+
+text = The above copyright notice and this permission notice shall be included in all
+text =copies or substantial portions of the Software.
+
+text = THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+text = IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+text = FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+text = AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+text = LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+text = OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+text = SOFTWARE.
+
+[-Transformer]
+transformer = List